Enveomics collection

A toolbox for microbial genomics and metagenomics

FastA.wrap.rb

Wraps sequences in a FastA to a given line length.

    See source code, Artistic license 2.0.

§ References

    Rodriguez-R & Konstantinidis, 2016, PeerJ Preprints.

§ Requirements

§ Usage

FastA.wrap.rb --in in_file --out out_file [opts]

§ Arguments

Input FastA*
 --in in_file  Input FastA file.
Output FastA*
 --out out_file  Output FastA file.
Wrap length
 --wrap integer  Line length to wrap sequences. Use 0 to generate 1-line sequences.
* Mandatory.