anvi-script-gen-fasta-txt

Create the fasta.txt file.

🔙 To the main page of anvi’o programs and artifacts.

Authors

Can consume

fasta

Can provide

fasta-txt

Usage

This program scans a directory for FASTA files and generates a fasta-txt file that lists each one with its name and path.

A default run looks like this:

anvi-script-gen-fasta-txt --input-dir path/to/fasta/dir \ -o fasta-txt

The program identifies all FASTA-formatted files in the given directory, uses the filename (without extension) as the sequence name, and writes a TAB-delimited fasta-txt file ready for use with other anvi’o programs.

Edit this file to update this information.

Additional Resources

Are you aware of resources that may help users better understand the utility of this program? Please feel free to edit this file on GitHub. If you are not sure how to do that, find the __resources__ tag in this file to see an example.