mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tests/software/samtools/faidx/main.nf
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
a156bdfc03
commit
0cbe0a4173
1 changed files with 1 additions and 4 deletions
|
@ -6,8 +6,5 @@ include { SAMTOOLS_FAIDX } from '../../../../software/samtools/faidx/main.nf' ad
|
|||
|
||||
workflow test_samtools_faidx {
|
||||
|
||||
def input = []
|
||||
input = file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true)
|
||||
|
||||
SAMTOOLS_FAIDX ( input )
|
||||
SAMTOOLS_FAIDX ( file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true) )
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue