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
A potential customer found a small mistake in the readme that causes an error if ran. Instead of
python RNA_folding.py --path RNA_text_files/TMGMV_UPD-PK1.txt --verbose True --min-stem 3 --min-loop 2 -c 0.3
it should read
python RNA_folding.py --path RNA_text_files/TMGMV_UPD-PK1.txt --verbose --min-stem 3 --min-loop 2 -c 0.3
because --verbose does not want a True statement right afterwards.
--verbose
True
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A potential customer found a small mistake in the readme that causes an error if ran. Instead of
python RNA_folding.py --path RNA_text_files/TMGMV_UPD-PK1.txt --verbose True --min-stem 3 --min-loop 2 -c 0.3
it should read
python RNA_folding.py --path RNA_text_files/TMGMV_UPD-PK1.txt --verbose --min-stem 3 --min-loop 2 -c 0.3
because
--verbose
does not want aTrue
statement right afterwards.The text was updated successfully, but these errors were encountered: