-
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 pbipa #966
add pbipa #966
Conversation
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.
Looks like the tests worked.
#11 101.5 config:{'advanced_options': '', 'coverage': 0, 'genome_size': 0, 'm4filt_high_copy_sample_rate': 1.0, 'max_nchunks': 40, 'nproc': 4, 'phase_run': 1, 'polish_run': 1, 'purge_dups_calcuts': '', 'purge_dups_run': 1, 'reads_fn': 'RUN/input.fofn', 'tmp_dir': '/tmp'}
#11 101.5 >ctg/b/l/000000/1 LN:i:13806 RC:i:74 XC:f:1.000000
#11 101.5 AACACTGGAGCATTACAAAATCTTGCAGACAGATACGATAACTTGAGCAACCTTTTAAACCAATACAATTACTTAAATTCCTTAGTCAATCTAGCCAGCACGCCTAGCGCGATTACCGGTGCGATTGACAATCTAAGCTCAAGCGCGATCAATCTCACTAGCGCTACCACCACTTCTCCGGCCTATCAAGCTGTGGCTTTAGCGCTCAATGCGGCTGTGGGCATGTGGCAAGTCATAGCCTTTGGCATCAGCTGTGGCCCTGGCCCCAATCTTGGCCCAGAACATTTAGAAAATGGGGGCGTTCGATCGTTTGACAACACGCCAAACTACAGCTACAACACCGGTAGCGGAACGACCACCACCACTTGTAATGGAGCCAGTAATGTAGGGCCCAATGGTATCCTATCTAGCAGCGAATACCAGGTTCTCAATACCGCTTATCAAACTATCCAAACCGCTTTAAACCAAAACCAAGGAGGCGGGATGCCTGCCTTGAATAGCTCCAAAAATATGGTAGTCAATATCAATCAAACTTTCACAAAAAACCCTACCACAGAATACACTTACCCCGATGGGAATGGCAATTATTATTCAGGCGGTTCATCAATCCCAATCCAGCTAAAGATTAGTAGCGTCAATGACGCTGAAAACCTTTTGCAACAAGCCGCTACTATCATCAATGTCCTTACCACCCAAAACCCGCATGTGAATGGTGGCGGTGGGGCATGGGGGTTTGGCGGTAAGACCGGGAATGTGATGGATATTTTTGGCGATAGTTTTAACGCTATTAACGAAATGATCAAAAACGCTCAAGCCGTTTTAGAAAAAACCCAACAGCTTAACGCTAATGAAAACACCCAAATCACGCAACCAGACAATTTCAACCCCTACACTTCTAAAGACACGCAGTTCGCTCAAGAAATGCTCAATAGAGCTAACGCTCAAGCAG
I don't have any changes to recommend. I'm going to merge this PR and deploy pbipa to dockerhub and quay with the tags 1.8.0 and latest |
Thank you for putting this together! You can check the status of the deploy here: https://github.com/StaPH-B/docker-builds/actions/runs/8803935182 |
apt-get autoclean && rm -rf /var/lib/apt/lists/* | ||
|
||
RUN micromamba install --name base -c conda-forge -c bioconda python=3.8 pbipa=${IPA_VER} && \ | ||
eval "$(micromamba shell hook --shell bash)" &&\ |
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.
This line indicates that this was painful to install. Thank you for your hard work!
Related #926
After a lot of iteration, I finally found a working recipe.
PacBio distributes the program as pbipa on conda, although its name is ipa. We can deploy as pbipa too. So I created its directory as pbipa.
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
)