mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Change tests
This commit is contained in:
parent
6df54698d9
commit
ade6124a84
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue