Fix salmon index tests

This commit is contained in:
drpatelh 2021-02-03 17:13:47 +00:00
parent 058d7b397c
commit 8a15852756

View file

@ -2,7 +2,7 @@
nextflow.enable.dsl = 2 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 { workflow test_salmon_index {
def genome_fasta = file("${launchDir}/tests/data/fasta/sarscov2/GCA_011545545.1_ASM1154554v1_genomic.fna", checkIfExists: true) def genome_fasta = file("${launchDir}/tests/data/fasta/sarscov2/GCA_011545545.1_ASM1154554v1_genomic.fna", checkIfExists: true)