mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +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 {
|
workflow test_samtools_faidx {
|
||||||
|
|
||||||
def input = []
|
SAMTOOLS_FAIDX ( file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true) )
|
||||||
input = file("${launchDir}/tests/data/fasta/E_coli/NC_010473.fa", checkIfExists: true)
|
|
||||||
|
|
||||||
SAMTOOLS_FAIDX ( input )
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue