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
java -jar RNA-Bloom.jar -version
java -version
rnabloom -pool readslist.txt
If an input readslist file for the -pool option contains only single-end reads, stage 1 will still run to the end.
-pool
Technically, RNA-Bloom should exit with an error indicating "pooled assembly of single-end reads is not supported." I can also emphasize this (and explain why) in the readme section for -pool option: https://github.com/bcgsc/RNA-Bloom#file-format-for-the--pool-option
The text was updated successfully, but these errors were encountered:
kmnip
No branches or pull requests
Please report
java -jar RNA-Bloom.jar -version
2.0.1
java -version
20
rnabloom -pool readslist.txt
If an input readslist file for the
-pool
option contains only single-end reads, stage 1 will still run to the end.Technically, RNA-Bloom should exit with an error indicating "pooled assembly of single-end reads is not supported."
I can also emphasize this (and explain why) in the readme section for
-pool
option:https://github.com/bcgsc/RNA-Bloom#file-format-for-the--pool-option
The text was updated successfully, but these errors were encountered: