mason_genome - Random Genome Simulation
mason_genome [OPTIONS] [-l LEN]+
-o OUT.fa
Simulate a random genome to the output file. For each
-l/--contig-length entry, a contig with the given length will
be simulated.
- -h, --help
- Display the help message.
- --version
- Display version information.
- -q, --quiet
- Set verbosity to a minimum.
- -v, --verbose
- Enable verbose output.
- -vv,
--very-verbose
- Enable very verbose output.
- -o, --out-file
OUTPUT_FILE
- Output file. Valid filetypes are: .sam[.*], .raw[.*],
.frn[.*], .fq[.*], .fna[.*], .ffn[.*],
.fastq[.*], .fasta[.*], .faa[.*], .fa[.*], and
.bam, where * is any of the following extensions: gz,
bz2, and bgzf for transparent (de)compression.