mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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,
|
||||
file("${baseDir}/input/index/NC_010473.fa.{amb,ann,bwt,pac,sa}", 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