new module: ANY2FASTA
Open
@cwoodside1278 is already working on this.
Since Mar 18, 2026.
new module
wishlist
- Dominant language
- Nextflow
- Stars
- 429
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 153
Description
Is there an existing module for this?
- I have searched for the existing module
Is there an open PR for this?
- I have searched for existing PRs
Is there an open issue for this?
- I have searched for existing issues
Further Information
This pkg is useful to allow for varied input formats (e.g., genbank and fasta, compressed and not), and automatically convert everything to plaintext fasta prior to analysis with another pkg that requires FastA inputs.
There's a bioconda recipe here and a corresponding container here.
Version print
any2fasta -v
yields
any2fasta 0.4.2
Help menu
any2fasta -h
Test
- note: this is from cwd of the github repo (tiny files are included for testing)
git clone git@github.com:tseemann/any2fasta.git
cd any2fasta
for ext in fq gbk gff; do
any2fasta test.$ext > OUTPUT.$ext.fasta
done
du -sh OUTPUT.*.fasta
# 300K OUTPUT.fq.fasta
# 4.5M OUTPUT.gbk.fasta
# 4.8M OUTPUT.gff.fasta
Are you going to work on this?
- If I'm planning to work on this module, I added myself to the
Assigneesto facilitate tracking who is working on the module
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.