Change tests

This commit is contained in:
drpatelh 2021-02-02 12:35:06 +00:00
parent 6df54698d9
commit ade6124a84

View file

@ -21,8 +21,7 @@ workflow test_bwa_mem_single_end {
BWA_MEM_SE (
input,
file("${launchDir}/tests/data/index/E_coli/bwa/NC_010473.fa.{amb,ann,bwt,pac,sa}", checkIfExists: true),
file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true)
file("${launchDir}/tests/data/index/E_coli/bwa/", checkIfExists: true)
)
}
@ -38,7 +37,6 @@ workflow test_bwa_mem_paired_end {
BWA_MEM_PE (
input,
file("${launchDir}/tests/data/index/E_coli/bwa/NC_010473.fa.{amb,ann,bwt,pac,sa}", checkIfExists: true),
file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true)
file("${launchDir}/tests/data/index/E_coli/bwa/", checkIfExists: true)
)
}