Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workshops/microbiome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ There are some false positives from the merging step, some reads after merging a
In this step, we shall remove low quality amplicons. We will filter reads based on expected error rates, filter longer than expected amplicons, and convert the reads to fasta format.

cd ${WORKDIR}/qc/
vsearch --fastq_filter ${WORKDIR}/mergepairs/SRR5972053_merged.fastq --fastq_maxee 1 --fastq_maxlen 250 --fastaout SRR5972053_merged_qc.fasta
vsearch --fastq_filter ${WORKDIR}/mergepairs/SRR5972053_merged.fastq --fastq_maxee 1 --fastq_maxlen 270 --fastaout SRR5972053_merged_qc.fasta


**_Relabel_**\
Expand Down