Skip to content

Commit

Permalink
Update align_pacbio.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
gq1 authored Jan 6, 2025
1 parent 6dc73fa commit d5544ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/align_pacbio.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflow ALIGN_PACBIO {


// Align Fastq to Genome
MINIMAP2_ALIGN ( FILTER_PACBIO.out.fastq, fasta, true, false, false )
MINIMAP2_ALIGN ( FILTER_PACBIO.out.fastq, fasta, true, false, false, false )
ch_versions = ch_versions.mix ( MINIMAP2_ALIGN.out.versions.first() )


Expand Down

0 comments on commit d5544ae

Please sign in to comment.