-
Notifications
You must be signed in to change notification settings - Fork 124
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
adds sistr 1.1.2 #1049
base: master
Are you sure you want to change the base?
adds sistr 1.1.2 #1049
Conversation
We thank you for your efforts 👏 It looks like there are some built-in tests that test a few different components. Could you try adding these test commands somewhere in the test stage and see what happens? see here: https://github.com/phac-nml/sistr_cmd?tab=readme-ov-file#development |
@kapsakcj I tried to run internal tests via pytest but got errors mostly related to files. I am not sure that those tests are completed or compatible with this version. Instead, I added the test fasta as another test. |
Darn OK. Thanks for trying anyways. Glad you added the additional test and thanks for making my requested changes. I'm fine if you want to wait for v1.1.3, whatever you think is best. I don't think the changes between 1.1.2 and 1.1.3 look too drastic, but may be important for anyone working on serovars that are going to be updated in 1.1.3: https://github.com/phac-nml/sistr_cmd/blob/v1.1.3/CHANGELOG.md |
There is something sketchy in the results. I am leaving this as a draft for now. I will do some more tests when I have time. In the meantime, if it is updated I'll change the version too. |
I realized the previous image base is xenial. When I used focal instead of jammy, all pip problems were resolved. This way looks cleaner, so I decided to stick focal for now. |
Closes #1001
I dare to update this tool and I regret it.
pip installation fails because of legacy libraries. mamba image became too big. So, I ended up using setup.py.
I added a readme file and a test. It looks like it is working but it may be good to test it further.
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
)