Hi,
First, I'm sorry if I missed this but I couldn't find another thread about this issue:
I would like to run cutadapt on over 200 different .fastq files, so I clearly need to automate this process but I am not sure how to do this.
What is the best way to tell cutadapt to remove the adaptors on all files within a directory and create an output for each of them? The manual only mentions running two files at one (if paired end sequencing was done)
In short, I need to find all "*.fastq", trim sequences and output as trim.fastq
Thanks!
First, I'm sorry if I missed this but I couldn't find another thread about this issue:
I would like to run cutadapt on over 200 different .fastq files, so I clearly need to automate this process but I am not sure how to do this.
What is the best way to tell cutadapt to remove the adaptors on all files within a directory and create an output for each of them? The manual only mentions running two files at one (if paired end sequencing was done)
In short, I need to find all "*.fastq", trim sequences and output as trim.fastq
Thanks!
Comment