You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using aDNA trim as follows: seqtk mergepe R1.fastq R2.fastq | adna-trim -p aDNA_trim_pe - > aDNA_trim_merged.fastq
The data is a NovaSeq sample pre-processed with FasP to trim polyG tails.
Thanks @MatthewMah! Can you please advice me on how the mismatch-penalty-[max, high and low] are meant to be used. What are some parameters that give sensible outputs.
Hi Guys,
I am using aDNA trim as follows:
seqtk mergepe R1.fastq R2.fastq | adna-trim -p aDNA_trim_pe - > aDNA_trim_merged.fastq
The data is a NovaSeq sample pre-processed with FasP to trim polyG tails.
This is the original read
R1
R2
Using aDNA trim on the fastq directly does not merge the reads. So I ran FastP to trim the PolyG tail. This is the modified fastq
R1
R2
Using aDNA-trim produces the following invalid read.
The read should be able to be merged to produce a valid read. See FastP read below:
The text was updated successfully, but these errors were encountered: