mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Use newly added test bam
This commit is contained in:
parent
4317ad85ae
commit
070dee0f5b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ workflow test_sexdeterrmine {
|
|||
|
||||
input = [
|
||||
[ id:'test', single_end:false ], // meta map
|
||||
file("https://github.com/nf-core/test-datasets/raw/eager/testdata/Human/bam/JK2067_downsampled_s0.1.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, [] )
|
||||
|
|
Loading…
Reference in a new issue