forked from nf-core/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version strings (nf-core#4556)
* Update version extraction string * Update umitools version string extraction * Fix umitools/dedup pytest * Fix umitools/group pytest * Update umitools/extract snapshot * Fix formatting
- Loading branch information
1 parent
1bfd681
commit 65ad3e0
Showing
7 changed files
with
75 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,59 @@ | ||
- name: umitools group test_umitools_group_no_umi | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_no_umi -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/umitools/group/nextflow.config | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_no_umi -c ./tests/config/nextflow.config | ||
tags: | ||
- umitools/group | ||
- umitools | ||
files: | ||
- path: output/umitools/test.group.bam | ||
md5sum: fb90b49a90c2b3e8ddfedd9c95361625 | ||
- path: output/umitools/test.group.log | ||
contains: ["# UMI-tools version:"] | ||
contains: | ||
- "# UMI-tools version:" | ||
- "job finished" | ||
- path: output/umitools/test.group.tsv | ||
md5sum: 1a3ccdc00df59fa89c79ad482980a003 | ||
- path: output/umitools/versions.yml | ||
|
||
- name: umitools group test_umitools_group_single_end_info | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_single_end_info -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/umitools/group/nextflow.config | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_single_end_info -c ./tests/config/nextflow.config | ||
tags: | ||
- umitools/group | ||
- umitools | ||
files: | ||
- path: output/umitools/test.group.log | ||
contains: ["# UMI-tools version:"] | ||
contains: | ||
- "# UMI-tools version:" | ||
- "job finished" | ||
- path: output/umitools/test.group.tsv | ||
md5sum: e7d46166eb3d8f42d73032e44f313b71 | ||
- path: output/umitools/versions.yml | ||
|
||
- name: umitools group test_umitools_group_paired_end_bam | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_paired_end_bam -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/umitools/group/nextflow.config | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_paired_end_bam -c ./tests/config/nextflow.config | ||
tags: | ||
- umitools/group | ||
- umitools | ||
files: | ||
- path: output/umitools/test.group.bam | ||
md5sum: 8f9250416a7ccbe970f5034826c318f5 | ||
md5sum: 939c7ab9c5c7f78c2664b152b76fead4 | ||
- path: output/umitools/test.group.log | ||
contains: ["# UMI-tools version:"] | ||
contains: | ||
- "# UMI-tools version:" | ||
- "job finished" | ||
- path: output/umitools/versions.yml | ||
|
||
- name: umitools group test_umitools_group_paired_bam_info | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_paired_bam_info -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/umitools/group/nextflow.config | ||
command: nextflow run ./tests/modules/nf-core/umitools/group -entry test_umitools_group_paired_bam_info -c ./tests/config/nextflow.config | ||
tags: | ||
- umitools/group | ||
- umitools | ||
files: | ||
- path: output/umitools/test.group.bam | ||
md5sum: 8f9250416a7ccbe970f5034826c318f5 | ||
md5sum: 939c7ab9c5c7f78c2664b152b76fead4 | ||
- path: output/umitools/test.group.log | ||
contains: ["# UMI-tools version:"] | ||
contains: | ||
- "# UMI-tools version:" | ||
- "job finished" | ||
- path: output/umitools/test.group.tsv | ||
md5sum: d652eb6570057e9e709e8cac5f43d00c | ||
- path: output/umitools/versions.yml |