We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56200ae + a4fb9c2 commit 5629c97Copy full SHA for 5629c97
2 files changed
subworkflows/local/fasta_bgzip_index_dict_samtools/tests/main.nf.test
@@ -12,7 +12,6 @@ nextflow_workflow {
12
tag "samtools/dict"
13
tag "samtools/faidx"
14
15
-
16
test("sarscov2 - fasta") {
17
18
when {
workflows/pairgenomealign.nf
@@ -90,7 +90,7 @@ workflow PAIRGENOMEALIGN {
90
ch_targetgenome_gzi = [[],[]]
91
ch_targetgenome_dic = [[],[]]
92
93
- if (params.export_aln_to.contains('cram') |params.export_aln_to.contains('bam')) {
+ if (params.export_aln_to.contains('cram') | params.export_aln_to.contains('bam')) {
94
FASTA_BGZIP_INDEX_DICT_SAMTOOLS( ch_targetgenome )
95
ch_targetgenome_faz = FASTA_BGZIP_INDEX_DICT_SAMTOOLS.out.fasta_gz
96
ch_targetgenome_fai = FASTA_BGZIP_INDEX_DICT_SAMTOOLS.out.fai
0 commit comments