Skip to content

Commit 5629c97

Browse files
Merge branch 'milestone_2.2.0' of github.com:nf-core/pairgenomealign into milestone_2.2.0
2 parents 56200ae + a4fb9c2 commit 5629c97

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

subworkflows/local/fasta_bgzip_index_dict_samtools/tests/main.nf.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ nextflow_workflow {
1212
tag "samtools/dict"
1313
tag "samtools/faidx"
1414

15-
1615
test("sarscov2 - fasta") {
1716

1817
when {

workflows/pairgenomealign.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ workflow PAIRGENOMEALIGN {
9090
ch_targetgenome_gzi = [[],[]]
9191
ch_targetgenome_dic = [[],[]]
9292

93-
if (params.export_aln_to.contains('cram') |params.export_aln_to.contains('bam')) {
93+
if (params.export_aln_to.contains('cram') | params.export_aln_to.contains('bam')) {
9494
FASTA_BGZIP_INDEX_DICT_SAMTOOLS( ch_targetgenome )
9595
ch_targetgenome_faz = FASTA_BGZIP_INDEX_DICT_SAMTOOLS.out.fasta_gz
9696
ch_targetgenome_fai = FASTA_BGZIP_INDEX_DICT_SAMTOOLS.out.fai

0 commit comments

Comments
 (0)