Cutdapt for batch processing ?
HI
I had around 100 fastq files to be preprocessed wish to use cutadapt for removing adapters. How I do as a batch in one go. Suggestions please.
• 1,666 views
•
link
1 answer
Use pipeline management system like nextflow, snakemake or wdl/cromwell.
And make sure you have to actually use cutadapt. If your next step is mapping to the genome you're probably good without removing adapters.
• 0 views
•
link
Log in to answer this question.
what did you try ? start maybe by a combination of
lsandxargs?Please search biostars in future (use google search since the built in search does not work that well):
cutadapt loop and paired-end reads
C: Bash Script Loop Help