epi2me-labs / pychopper

cDNA read preprocessing
Other
61 stars 9 forks source link

One question about dorado basecalling trim option #52

Closed dolittle007 closed 8 months ago

dolittle007 commented 9 months ago

Hi team,

Since Pychopper uses primers (SSP, VNP) for classifying the reads, the primers should be kept during dorado basecalling.

While dorado --trim option takes as its argument one of the following values:

According to the above description, --trim adapters should be used, am I right?

Thanks a lot in advance.

nrhorner commented 9 months ago

Hi @dolittle007

I think you should be able to use --trim adapters or --no-trim and still have your primer sequences in your reads.

Thanks

dolittle007 commented 8 months ago

Hi @nrhorner, I have tried --trim adapters. It works well. Thanks a lot.