Hi guys i want to know if i understand correct meaning.
my sequencing was single-end sequence with V3-V4 region
I want to trim and trunc dada2 file
Please help if this is correct code matched with meaning
-
p-trim-left 296 --p-trunc-len 0
-> eliminate nts under 295 and remain nts over 296 - 460 -
p-trim-left 0 --p-trunc-len 296
-> eliminate nts over 297 and remain nts over 0 - 296
is this right cod that i mean to?