DESCRIPTION

usage: fasta_nucleotide_changer [-h] [-z] [-v] [-i INFILE] [-o OUTFILE] [-r] [-d] Part of FASTX Toolkit 0.0.14 by A. Gordon ([email protected])

[-h]

= This helpful help screen.

[-z]

= Compress output with GZIP.

[-v]

= Verbose mode. Prints a short summary.

  • with [-o], summary is printed to STDOUT. Otherwise, summary is printed to STDERR.

[-i INFILE]

= FASTA/Q input file. default is STDIN.

  • [-o OUTFILE] = FASTA/Q output file. default is STDOUT. [-r] = DNA-to-RNA mode - change T's into U's. [-d] = RNA-to-DNA mode - change U's into T's.

RELATED TO fasta_nucleotide_changer…

The quality of this automatically generated manpage might be insufficient. It is suggested to visit

  • http://hannonlab.cshl.edu/fastx_toolkit/commandline.html

to get a better layout as well as an overview about connected FASTX tools.