vdblab / vdblab-shotgun

Shotgun metagenomic sequencing processing pipeline
MIT License
1 stars 1 forks source link

Trimming: parameter tuning? #92

Open miraep8 opened 1 month ago

miraep8 commented 1 month ago

Following up on a discussion I had with @nickp60 earlier on whether or not we should retune the bbduk parameters during trimming (given that we have some reads that look like adapter/empty sequence (GGGG's) making it through our current rounds). Just collecting some notes/suggestions here:

Current Status/Notes:

During the preprocessing stage - we currently run bbduk with the following parameters to trim/qc reads:

minlen=51 qtrim=rl trimq=10 ktrim=r k=31 mink=9 hdist=1 hdist2=1 tpe tbo

Some notes from the docs on what each of these mean:

Potential Solutions/Followups:

miraep8 commented 1 month ago

Related to #70

funnell commented 1 month ago

Could also try another tool to see if it does any better. fastp seems to be getting popular.

 Tyler

On Mon, Sep 16, 2024 at 9:49 PM Mirae Baichoo @.***> wrote:

Related to #70 https://github.com/vdblab/vdblab-shotgun/issues/70

— Reply to this email directly, view it on GitHub https://github.com/vdblab/vdblab-shotgun/issues/92#issuecomment-2353782810, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC5EGEYVCGHQRP7GEXTXHDZW4Y25AVCNFSM6AAAAABOJ7IABWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJTG44DEOBRGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

miraep8 commented 1 month ago

👍 Good suggestion! Worth looking into at least