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
‘’[root@iZ8vbhjgwhc1nm2b1b1kwwZ PrimerServer2]# samtools
Program: samtools (Tools for alignments in the SAM format) Version: 1.9 (using htslib )”
I have updated the software version Thank you for your great program, but it seems that there is an error,Is it something wrong?
The text was updated successfully, but these errors were encountered:
I'm so sorry for my late reply. What's your python's version?
Sorry, something went wrong.
Python 3.8.0 (default, Oct 21 2019, 16:48:51)
Thanks. Please try to debug as this:
(1) in your console, type samtools --version to see the results
samtools --version
(2) In your console, type python3 to enter the python3 console, then execute to see the results:
python3
import os samtools_version = os.popen('samtools --version').readlines()[0].strip().split(' ')[1] samtools_version Hope for your reply soon
No branches or pull requests
‘’[root@iZ8vbhjgwhc1nm2b1b1kwwZ PrimerServer2]# samtools
Program: samtools (Tools for alignments in the SAM format)
Version: 1.9 (using htslib )”
I have updated the software version
Thank you for your great program, but it seems that there is an error,Is it something wrong?
The text was updated successfully, but these errors were encountered: