-
Notifications
You must be signed in to change notification settings - Fork 753
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 crabs/dbimport from readsimulator pipeline and rename to crabs/import #6584
base: master
Are you sure you want to change the base?
Conversation
CRABS has changed a lot of its functionality when updating to version 1.0.0. This needs to be taken care of! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Seems like the versions.yml is different for the conda package (there |
nf-core modules test crabs/dbimport --profile conda [12:58PM]
,--./,-.
___ __ __ __ ___ /,-._.--~\
|\ | |__ __ / ` / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \`-._,-`-,
`._,._,'
nf-core/tools version 3.2.0 - https://nf-co.re
INFO Generating nf-test snapshot
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── nf-test output ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 🚀 nf-test 0.9.2 │
│ https://www.nf-test.com │
│ (c) 2021 - 2024 Lukas Forer and Sebastian Schoenherr │
│ │
│ Load .nf-test/plugins/nft-bam/0.5.0/nft-bam-0.5.0.jar │
│ Load .nf-test/plugins/nft-compress/0.1.0/nft-compress-0.1.0.jar │
│ Load .nf-test/plugins/nft-vcf/1.0.7/nft-vcf-1.0.7.jar │
│ Load .nf-test/plugins/nft-csv/0.1.0/nft-csv-0.1.0.jar │
│ Warning: every snapshot that fails during this test run is re-record. │
│ │
│ Test Process CRABS_DBIMPORT │
│ │
│ Test [c8d9c787] 'sarscov2 - fasta' PASSED (50.227s) │
│ Test [97fec540] 'sarscov2 - fasta - stub' PASSED (35.526s) │
│ │
│ │
│ SUCCESS: Executed 2 tests in 85.766s │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
INFO Generating nf-test snapshot again to check stability
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── nf-test output ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 🚀 nf-test 0.9.2 │
│ https://www.nf-test.com │
│ (c) 2021 - 2024 Lukas Forer and Sebastian Schoenherr │
│ │
│ Load .nf-test/plugins/nft-bam/0.5.0/nft-bam-0.5.0.jar │
│ Load .nf-test/plugins/nft-compress/0.1.0/nft-compress-0.1.0.jar │
│ Load .nf-test/plugins/nft-vcf/1.0.7/nft-vcf-1.0.7.jar │
│ Load .nf-test/plugins/nft-csv/0.1.0/nft-csv-0.1.0.jar │
│ │
│ Test Process CRABS_DBIMPORT │
│ │
│ Test [c8d9c787] 'sarscov2 - fasta' PASSED (37.762s) │
│ Test [97fec540] 'sarscov2 - fasta - stub' PASSED (36.477s) │
│ │
│ │
│ SUCCESS: Executed 2 tests in 78.64s │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
INFO All tests passed! It works locally with exactly the snapshot that is part of this PR, I do not understand why accessing the version does not work in the CI. This works on my Mac as well as on our linux workstation... |
Co-authored-by: Felix Lenner <[email protected]>
@fellen31 The problem seems to persist. Locally I get the version as shown in my terminal output but in the CI the version is reported as |
PR checklist
Closes #5532
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda