Skip to main content

Randomize FASTA

randomize-fasta

Randomizes FASTA sequence for each input entry

File inputs (FASTA)

Each input FASTA-formatted file with a set of sequences will produce a new FASTA file of the randomized/shuffled sequences.

When using the GUI, make sure your input is properly formatted and uses the appropriate FASTA (.fa / .fa.gz / .fasta / ...) extensions.

Command Line Interface

Usage:

java -jar ScriptManager.jar sequence-analysis randomize-fasta [-hV] [-o=<output>]
<fastaFile>

Positional Input

OptionDescription
<fastaFile>reference genome FASTA file

Output Options

OptionDescription
-o, --output=<output>specify output directory (name will be same as original with .gff ext)
-z, --gzipgzip output (default=false)