-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update version #28
base: master
Are you sure you want to change the base?
Update version #28
Conversation
For docker image compatibility
Hey @miguelpmachado , why has the argument instrument platform been supressed? |
That information is not longer available through the endpoint we were using |
…ple-data change from counter to dict values
* feat: save reference length * fix: correct reads mapping quality minimum * update version --------- Co-authored-by: Inês Mendes <[email protected]>
programs_version_dictionary['wget'] = ['--version', '>=', '1.12'] | ||
programs_version_dictionary['gzip'] = ['--version', '>=', '1.6'] | ||
programs_version_dictionary['wget'] = [None, '>=', '1.12'] | ||
programs_version_dictionary['gzip'] = [None, '>=', '1.6'] | ||
programs_version_dictionary['bowtie2'] = ['--version', '>=', '2.2.9'] | ||
programs_version_dictionary['samtools'] = ['--version', '==', '1.3.1'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for the strict version for samtools/bcftools here? That version is from 2016-04-22
Update version for a new release