mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Fix salmon index tests
This commit is contained in:
parent
058d7b397c
commit
8a15852756
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
include { SALMON_INDEX } from '../../../../software/salmon/index/main.nf' addParams( options: [args: '--minAssignedFrags 1'] )
|
||||
include { SALMON_INDEX } from '../../../../software/salmon/index/main.nf' addParams( options: [:] )
|
||||
|
||||
workflow test_salmon_index {
|
||||
def genome_fasta = file("${launchDir}/tests/data/fasta/sarscov2/GCA_011545545.1_ASM1154554v1_genomic.fna", checkIfExists: true)
|
||||
|
|
Loading…
Reference in a new issue