Skip to content
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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Update version #28

wants to merge 19 commits into from

Conversation

miguelpmachado
Copy link
Member

Update version for a new release

@miguelpmachado miguelpmachado self-assigned this Nov 26, 2019
miguelpmachado and others added 5 commits March 5, 2021 16:15
For docker image compatibility
Correct parsing sequence name and length from VCF when sequence name has an equal character
@miguelpmachado miguelpmachado requested review from cimendes and removed request for cimendes August 10, 2021 11:54
@cimendes
Copy link
Member

Hey @miguelpmachado , why has the argument instrument platform been supressed?

@miguelpmachado
Copy link
Member Author

Hey @miguelpmachado , why has the argument instrument platform been supressed?

That information is not longer available through the endpoint we were using

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']
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants