News and Announcements » |
Description:
Usage: process_qseq.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
Generate fastq files from all lanes of read 1 data in the current directory.
process_qseq.py -i ./ -o ./fastq/ -r 1
Generate fastq files from all lanes of read 2 data in the current directory, truncating the sequences after the first 12 bases.
process_qseq.py -i ./ -o ./fastq/ -r 2 -b 12