DOKK / manpages / debian 11 / fastaq / fastaq-to_perfect_reads.1.en
FASTAQ-TO_PERFECT_READS(1) User Commands FASTAQ-TO_PERFECT_READS(1)

fastaq_to_perfect_reads - Make perfect paired reads from reference

usage: fastaq_to_perfect_reads [options] <infile> <outfile> <mean insert size> <insert std deviation> <mean coverage> <read length>

Makes perfect paired end fastq reads from a sequence file, with insert sizes sampled from a normal distribution. Read orientation is innies. Output is an interleaved FASTQ file.

Name of input file
Name of output file
Mean insert size of read pairs
Standard devation of insert size
Mean coverage of the reads
Length of each read

show this help message and exit
Write FASTA sequences of fragments (i.e. read pairs plus sequences in between them) to the given filename
Don't allow any N or n characters in the reads
Seed for random number generator. Default is to use python's default
April 2020 fastaq 3.17.0