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 versionto build nexus2fa from this repo, do:
- get rust
- run
git clone https://github.com/alejandrogzi/nexus2fa.git && cd nexus2fa - run
cargo run --release -- -n <NEXUS> -f <FASTA>