We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked the source code of sambamba view in view.d file. And I found that there has some codes:
160 subsampling_seed = unpredictableSeed; 161 subsampling_seed <<= 32; 162 subsampling_seed += unpredictableSeed;
I have some questions:
Please tell us how to ste the seed number. Thanks.
The text was updated successfully, but these errors were encountered:
There is a command line parameter for setting the seed
Sorry, something went wrong.
No branches or pull requests
I have checked the source code of sambamba view in view.d file. And I found that there has some codes:
160 subsampling_seed = unpredictableSeed;
161 subsampling_seed <<= 32;
162 subsampling_seed += unpredictableSeed;
I have some questions:
Please tell us how to ste the seed number. Thanks.
The text was updated successfully, but these errors were encountered: