mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 18:58:16 +00:00
Corrected test-datasets input
This commit is contained in:
parent
070dee0f5b
commit
9011fc7212
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ workflow test_sexdeterrmine {
|
|||
|
||||
input = [
|
||||
[ id:'test', single_end:false ], // meta map
|
||||
file(params.test_data['homo_sapiens']['illumina']['test3.single_end.markduplicates.sorted.bam'], checkIfExists: true) ]
|
||||
file(params.test_data['homo_sapiens']['illumina']['test3_single_end_markduplicates_sorted_bam'], checkIfExists: true) ]
|
||||
|
||||
SAMTOOLS_DEPTH ( input )
|
||||
SEXDETERRMINE ( SAMTOOLS_DEPTH.out.tsv, [] )
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
- sexdeterrmine
|
||||
files:
|
||||
- path: output/samtools/test.tsv
|
||||
md5sum: c894abd0c78ea7760e0b54bbafb93722
|
||||
md5sum: fa2992ca1ea93a6e1b3e838476191935
|
||||
- path: output/samtools/versions.yml
|
||||
md5sum: dbd04b700335c8ad236bd667254c8dd8
|
||||
- path: output/sexdeterrmine/sexdeterrmine.json
|
||||
md5sum: 16d9e7891d4c92bc1d66db2e70e9d86f
|
||||
md5sum: bafb2419bb8630eda29a251c20e97166
|
||||
- path: output/sexdeterrmine/test_sexdet.tsv
|
||||
md5sum: 7ffc35e478de66939819a9ca4a5df2d7
|
||||
md5sum: 1cf8a2b97b38353eb97a96ab872dcca9
|
||||
- path: output/sexdeterrmine/versions.yml
|
||||
md5sum: 077361101e8e7997aec3da8a01e59eee
|
||||
|
|
Loading…
Reference in a new issue