Skip to content

Commit

Permalink
PacBio HiFi specific reference alignment index added for Minimap2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmine-amir committed Jul 8, 2023
1 parent 9b39072 commit c34646d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added covidRefSequences/PacBioHiFi.mmi
Binary file not shown.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ process {
}

withName: 'freyjaVariantCaller' {
time = '2 h'
time = '3 h'
maxForks = 20
cpus = 15
// cpus = 20
memory = '24 GB'
}

Expand Down
2 changes: 1 addition & 1 deletion startWorkflow.nf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ process referenceAlignment {
minimap2 -a --sam-hit-only -2 -x map-ont ${refSeqBasename}.mmi R1.fastq.gz -t \$numThreads -o aligned.sam
;;
PacBio)
minimap2 -a --sam-hit-only -2 -x map-hifi ${refSeqBasename}.mmi R1.fastq.gz -t \$numThreads -o aligned.sam
minimap2 -a --sam-hit-only -2 -x map-hifi $projectDir/covidRefSequences/PacBioHiFi.mmi R1.fastq.gz -t \$numThreads -o aligned.sam
;;
esac
"""
Expand Down

0 comments on commit c34646d

Please sign in to comment.