-
Notifications
You must be signed in to change notification settings - Fork 128
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
add busco-prok with bacteria_odb #854
Conversation
@erinyoung, do you want any more changes to this image? I left this as a draft for now. |
# offline test | ||
RUN wget -q https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/010/941/835/GCA_010941835.1_PDT000052640.3/GCA_010941835.1_PDT000052640.3_genomic.fna.gz && \ | ||
gzip -d GCA_010941835.1_PDT000052640.3_genomic.fna.gz && \ | ||
busco --offline -l bacteria_odb10 -m genome -i GCA_010941835.1_PDT000052640.3_genomic.fna -o offline --cpu 4 && \ |
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 like that you include an offline test to make sure that it's working
I think this looks great! I don't have any changes to recommend, except for adding it to the main readme. I think it's okay if the other, smaller version being the default 'latest' tag. |
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 think this looks good.
I'm going to merge this PR.
I think we can use tag '5.6.1-prok-bacteria_odb10_2024-01-08', but it's kind of long.
Is that the tag you had in mind?
I couldn't find a name that is short and definitive, unfortunately. If you have something in your mind, we can change it. |
Alright. I'm going to use that tag then. You can check the status of the deploy at https://github.com/StaPH-B/docker-builds/actions/runs/7660600410 Thank you for putting this together! |
Closes #848
I left prokaryotes only tools to make a smaller image.
Busco uses the working directory to search and download lineage sets. So I added bacteria linage into the data folder.
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
)