-
Notifications
You must be signed in to change notification settings - Fork 126
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 IRMA to 1.1.2 #782
Update IRMA to 1.1.2 #782
Conversation
Thanks for the PR. I can review sometime next week unless someone beats me to it
No, it should not be as the code is open-source and licensed as such (IIRC). It would help to note in the |
Added note to the README about the CDC image and who to contact for support. |
This looks great! Can you add this version of IRMA to the main readme, too? |
Added version to README |
This was on the StaPH-B slack: "@Curtis (Theiagen) Should I just update to v1.1.3 and forget about v1.1.2? |
@jwarnn , adjusting your current dockerfile is fine, or you can add a new Dockerfile for the new version (both would be sent to Dockerhub/quay, but only 1.1.3 would get the 'latest' tag). |
Yes, I would advocate for skipping 1.1.2 and going right to 1.1.3 |
I added a 1.1.3 dockerfile to go along with what I had already added. |
irma/1.1.3/Dockerfile
Outdated
RUN cd /flu-amd/tests && \ | ||
./test_run.sh | ||
|
||
RUN wget ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR179/072/SRR17940172/SRR17940172_1.fastq.gz && gzip -d SRR17940172_1.fastq.gz && \ |
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.
According to https://wonder.cdc.gov/amd/flu/irma/run.html, irma can now be run on fastq.gz files. What happens if you remove the gzip -d?
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.
I approve this PR.
What do you think about changing the tests to remove the decompression step?
Changes that I made:
- added hyperlink to the main README.md
- changed the name of the irma 1.1.3 README.md file to README.md
- formatting in the 1.1.2 README.md
It ran fine. I could also take out for the apt-get step git and gzip. |
Thanks! I'm going to
|
Thank you for your contribution! You can check the status of your deploy at https://github.com/StaPH-B/docker-builds/actions/runs/6814733115 and https://github.com/StaPH-B/docker-builds/actions/runs/6814737800 |
Hello,
IRMA just recently had an update. In the update they fixed issue with SRR reads so those comments have been removed from the README and associated code removed from the test layer. The test layer runs both the test_run.sh that is included with IRMA and some test fastq files from an online database. As part of the update CDC also posted an image of IRMA 1.1.2 on their dockerhub; is this an issue having competing images?
Pull Request (PR) checklist:
docker build --tag samtools:1.15test --target test docker-builds/samtools/1.15
)spades/3.12.0/Dockerfile
)shigatyper/2.0.1/test.sh
)spades/3.12.0/README.md
)