mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Change to SE
This commit is contained in:
parent
0cbefde4b0
commit
d10878f19d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ workflow test_single_end {
|
||||||
input,
|
input,
|
||||||
file("${baseDir}/input/index/NC_010473.fa.{amb,ann,bwt,pac,sa}", checkIfExists: true),
|
file("${baseDir}/input/index/NC_010473.fa.{amb,ann,bwt,pac,sa}", checkIfExists: true),
|
||||||
file("${baseDir}/input/NC_010473.fa", checkIfExists: true),
|
file("${baseDir}/input/NC_010473.fa", checkIfExists: true),
|
||||||
[ publish_dir:'test_paired_end' ]
|
[ publish_dir:'test_single_end' ]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue