Good morning ,
Can I use trimmomatic in order to trim my reads generated using nanopore technology ?
thanks,
Good morning ,
Can I use trimmomatic in order to trim my reads generated using nanopore technology ?
thanks,
Yes, but it probably will not work well, as nanopore read trimming was not Trimmomatics' intended data type.
Have a look at Fastp, chopper or the Porechop_ABI fork of Porechop https://github.com/bonsai-team/Porechop_ABI
Seqtk is another possibility.
You can, but I'd use Fastp and Multiqc instead. Faster and better output of %Q20 and %Q30 reads for ONT (in my opinion). Also PycoQC and or the Nanoplot / Nanopack toolset https://github.com/wdecoster/nanopack might be useful.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hello, -Can I skip trimming my reads since I'm filtering them by taking those with the highest scores using fastp? I'm performing variant calling analysis on these reads to detect specific SNPs, insertions, and indels (I already know the positions of these mutations).
-I'm aligning my reads to reference gene sequences and I'm working on fungus.
-basecalling was performed with Guppy
-Just for the record, when I compare my mutation frequency (generated using fastq.gz file not trimmed)t o those in the literature, I find the same result.
thank you in advance !!
While you could maybe you should not. There may be extraneous sequence that has good scores, which would would not want, IF you were going to do any
de novo
work.In this case you could skip trimming since the aligner should soft clip parts of reads that do not map. There is a small danger that some reference sequences at NCBI may contain adapter contamination (people are not always careful in submissions).
As long as you have ample evidence (multiple reads supporting the SNP) it should be fine.
thank you very much I'm working on cds sequence of the gene of interest when I run this command :
=> it works
but now when I use this :
I have this error that I can't understand
It is possible that you may have identified a bug with
fastplong
. What is the length of your longest read? You can create a bug report here: https://github.com/OpenGene/fastplong/issuesTo complement the discussion here:
fastplong
(LINK) is a version offastp
meant for long reads such as ONT/PacBio.