Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (18 loc) · 897 Bytes

fix_arb_fasta.rst

File metadata and controls

39 lines (18 loc) · 897 Bytes

fix_arb_fasta.py

fix_arb_fasta.py -- Reformat ARB FASTA files

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]

-f, --input_fasta_fp

Path to the input fasta file

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