1 unstable release
0.0.1 | Sep 22, 2024 |
---|
#35 in #genome
195 downloads per month
6KB
71 lines
nexus2fa
decided to make this because the other tools could not convert my .nex to .fa
Usage
Binary
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
crate: https://crates.io/crates/nexus2fa
Build
to 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>
Dependencies
~2.5–3.5MB
~65K SLoC