| Crates.io | nexus2fa |
| lib.rs | nexus2fa |
| version | 0.0.1 |
| created_at | 2024-09-22 17:00:31.347841+00 |
| updated_at | 2024-09-22 17:00:31.347841+00 |
| description | converts .nex to .fa plain simple |
| homepage | https://github.com/alejandrogzi/nexus2fa |
| repository | https://github.com/alejandrogzi/nexus2fa |
| max_upload_size | |
| id | 1383111 |
| size | 15,668 |
decided to make this because the other tools could not convert my .nex to .fa
Usage: nexus2fa -n/--nexus <NEXUS> -f/--fasta <FASTA>
Arguments:
-n, --nexus <NEXUS>: NEXUS file
-f, --fasta <FASTA>: FASTA file
Options:
--help: print help
--version: print version
to build nexus2fa from this repo, do:
git clone https://github.com/alejandrogzi/nexus2fa.git && cd nexus2facargo run --release -- -n <NEXUS> -f <FASTA>