Retaining all WT reads for variant counting and coverage calculation#46
Retaining all WT reads for variant counting and coverage calculation#46MaximilianStammnitz wants to merge 7 commits into
Conversation
bug fix: remove any remainder indels
There was a problem hiding this comment.
A min Phred score of Q40 during variant counting is the better default choice to reduce false counts at very high (10^6) sequencing depth.
This particular --min-q parameter (or --q for Fei's script) should be inherited from an open parameter in the nf-core pipeline config
Added the --fastq_qmax and --fastq_qmaxout flags with their default values set to 41 (typical for Illumina NovaSeq); these should also be open parameters set in the nf-core pipeline config. These parameters may be useful for tweaking when dealing with inputs from very high quality reads like AVITI's platforms.
MaximilianStammnitz
left a comment
There was a problem hiding this comment.
Also added the --fastq_qmax and --fastq_qmaxout flags in the read merging step, with their default values set to 41 (typical for Illumina NovaSeq). These should also be open parameters set in the nf-core pipeline config.
These parameters may be useful for tweaking when dealing with inputs from very high quality reads like AVITI's platforms.
…-doubles_MLE_based_seq_error_correction.R
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.5.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).