Change to SE

This commit is contained in:
drpatelh 2020-08-07 13:27:06 +01:00
parent 0cbefde4b0
commit d10878f19d

View file

@ -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' ]
)
}