We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b39072 commit c34646dCopy full SHA for c34646d
covidRefSequences/PacBioHiFi.mmi
190 KB
nextflow.config
@@ -60,9 +60,10 @@ process {
60
}
61
62
withName: 'freyjaVariantCaller' {
63
- time = '2 h'
+ time = '3 h'
64
maxForks = 20
65
cpus = 15
66
+ // cpus = 20
67
memory = '24 GB'
68
69
startWorkflow.nf
@@ -152,7 +152,7 @@ process referenceAlignment {
152
minimap2 -a --sam-hit-only -2 -x map-ont ${refSeqBasename}.mmi R1.fastq.gz -t \$numThreads -o aligned.sam
153
;;
154
PacBio)
155
- 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
156
157
esac
158
"""
0 commit comments