Skip to content

Commit a4fb9c2

Browse files
Add a space.
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
1 parent 52142f8 commit a4fb9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)