News and Announcements » |
Description:
This script fixes ARB FASTA formatting by repairing incorrect line break chararcters, stripping spaces and replacing ”.” with “-” characters.
Usage: fix_arb_fasta.py [options]
Input Arguments:
Note
[REQUIRED]
Output:
The reformatted sequences are written to stdout.
Example:
Fix the input ARB FASTA format file arb.fasta and print the result to stdout:
fix_arb_fasta.py -i arb.fasta