nexus2fa
decided to make this because the other tools could not convert my .nex to .fa
## Usage
### Binary
``` rust
Usage: nexus2fa -n/--nexus -f/--fasta
Arguments:
-n, --nexus : NEXUS file
-f, --fasta : FASTA file
Options:
--help: print help
--version: print version
```
#### crate: [https://crates.io/crates/nexus2fa](https://crates.io/crates/nexus2fa)
## Build
to build nexus2fa from this repo, do:
1. get rust
2. run `git clone https://github.com/alejandrogzi/nexus2fa.git && cd nexus2fa`
3. run `cargo run --release -- -n -f `