#fasta #genome

app nexus2fa

converts .nex to .fa plain simple

1 unstable release

0.0.1 Sep 22, 2024

#35 in #genome

Download history 151/week @ 2024-09-21 33/week @ 2024-09-28 2/week @ 2024-10-05 9/week @ 2024-10-12

195 downloads per month

MIT license

6KB
71 lines

nexus2fa

Version Badge Crates.io Version GitHub License Crates.io Total Downloads

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:

  1. get rust
  2. run git clone https://github.com/alejandrogzi/nexus2fa.git && cd nexus2fa
  3. run cargo run --release -- -n <NEXUS> -f <FASTA>

Dependencies

~2.5–3.5MB
~65K SLoC