Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing “-t” parameter in stage two #45

Open
Wang0293 opened this issue Nov 12, 2023 · 2 comments
Open

Confusing “-t” parameter in stage two #45

Wang0293 opened this issue Nov 12, 2023 · 2 comments

Comments

@Wang0293
Copy link

Wang0293 commented Nov 12, 2023

“-t” parameter lose efficacy in stage two sometimes , for example:
I used "-t 8" parameter in stage two, and info shows that:

INFO: BLAST settings: 21401791 bps, 232757 reads, 8 threads, mt_mode 0.

And only 1 threads used.
Obviously, the mt_mode is setted incorrectly.
Do you know the possible cause?

@xinehc
Copy link
Owner

xinehc commented Nov 12, 2023

Hi,

this is because blast requires at least 2500000 bp per thread to enable mt_mode 1.

    mt_mode = '1' if nbps / self.thread >= 2500000 else '0'

In your case the number of bp is small, so blast should not take a long time to finish even with mt_mode 0.

@Wang0293
Copy link
Author

Very thanks for your patience to my stupid😣 question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants