Skip to content

Commit 6b1d47f

Browse files
TomKellyGeneticsTomKellyGenetics
andauthored
migrate changes to Cell Ranger module tests from UniverSC PR (#2646)
migrate changes to Cell Ranger module tests for consistency with UniverSC (PR #1706) Co-authored-by: TomKellyGenetics <tomkellygenetics@gmail>
1 parent 3822e04 commit 6b1d47f

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

tests/modules/nf-core/cellranger/count/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ process {
2525
}
2626

2727
withName: CELLRANGER_COUNT {
28-
ext.args = '--chemistry SC3Pv3'
28+
ext.args = '--chemistry SC3Pv3 --description sample-123'
2929
}
3030

3131
}

tests/modules/nf-core/cellranger/count/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: cellranger count test_cellranger_count
2-
command: nextflow run ./tests/modules/nf-core/cellranger/count -entry test_cellranger_count -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/cellranger/count/nextflow.config
2+
command: nextflow run ./tests/modules/nf-core/cellranger/count -entry test_cellranger_count -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/cellranger/count/nextflow.config
33
tags:
44
- cellranger/count
55
- cellranger
@@ -35,17 +35,13 @@
3535
- path: output/cellranger/homo_sapiens_chr22_reference/star/geneInfo.tab
3636
md5sum: 02a8f4575bdfcd4a42b4d8d07f2e9369
3737
- path: output/cellranger/homo_sapiens_chr22_reference/star/genomeParameters.txt
38+
contains: ["genomeGenerate"]
3839
- path: output/cellranger/homo_sapiens_chr22_reference/star/sjdbInfo.txt
3940
md5sum: 1082ab459363b3f2f7aabcef0979c1ed
40-
- path: output/cellranger/homo_sapiens_chr22_reference/star/sjdbList.fromGTF.out.tab
41-
- path: output/cellranger/homo_sapiens_chr22_reference/star/sjdbList.out.tab
4241
- path: output/cellranger/homo_sapiens_chr22_reference/star/transcriptInfo.tab
4342
md5sum: cedcb5f4e7d97bc548cd5daa022e092c
4443
- path: output/cellranger/sample-123/outs/filtered_feature_bc_matrix.h5
4544
md5sum: f8b6b7cc8248151a98c46d4ebec450c6
46-
- path: output/cellranger/sample-123/outs/filtered_feature_bc_matrix/barcodes.tsv.gz
47-
- path: output/cellranger/sample-123/outs/filtered_feature_bc_matrix/features.tsv.gz
48-
- path: output/cellranger/sample-123/outs/filtered_feature_bc_matrix/matrix.mtx.gz
4945
- path: output/cellranger/sample-123/outs/metrics_summary.csv
5046
md5sum: 707df0f101d479d93f412ca74f9c4131
5147
- path: output/cellranger/sample-123/outs/molecule_info.h5
@@ -63,3 +59,4 @@
6359
- path: output/cellranger/sample-123/outs/raw_feature_bc_matrix/matrix.mtx.gz
6460
md5sum: bdce94a51f16e22d40301724080b76ee
6561
- path: output/cellranger/sample-123/outs/web_summary.html
62+
contains: ["sample-123"]

tests/modules/nf-core/cellranger/mkgtf/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: cellranger mkgtf test_cellranger_mkgtf
2-
command: nextflow run ./tests/modules/nf-core/cellranger/mkgtf -entry test_cellranger_mkgtf -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/cellranger/mkgtf/nextflow.config
2+
command: nextflow run ./tests/modules/nf-core/cellranger/mkgtf -entry test_cellranger_mkgtf -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/cellranger/mkgtf/nextflow.config
33
tags:
44
- cellranger/mkgtf
55
- cellranger

tests/modules/nf-core/cellranger/mkref/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: cellranger mkref test_cellranger_mkref
2-
command: nextflow run ./tests/modules/nf-core/cellranger/mkref -entry test_cellranger_mkref -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/cellranger/mkref/nextflow.config
2+
command: nextflow run ./tests/modules/nf-core/cellranger/mkref -entry test_cellranger_mkref -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/cellranger/mkref/nextflow.config
33
tags:
44
- cellranger/mkref
55
- cellranger
@@ -33,6 +33,7 @@
3333
- path: output/cellranger/homo_sapiens_chr22_reference/star/geneInfo.tab
3434
md5sum: 8b608537307443ffaee4927d2b428805
3535
- path: output/cellranger/homo_sapiens_chr22_reference/star/genomeParameters.txt
36+
contains: ["genomeGenerate"]
3637
- path: output/cellranger/homo_sapiens_chr22_reference/star/sjdbInfo.txt
3738
md5sum: 5690ea9d9f09f7ff85b7fd47bd234903
3839
- path: output/cellranger/homo_sapiens_chr22_reference/star/sjdbList.fromGTF.out.tab

0 commit comments

Comments
 (0)