This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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.

genome rna-seq sequencing

what did you try ? start maybe by a combination of ls and xargs ?

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.

Log in to answer this question.