nexus2fa

Crates.ionexus2fa
lib.rsnexus2fa
version0.0.1
sourcesrc
created_at2024-09-22 17:00:31.347841
updated_at2024-09-22 17:00:31.347841
descriptionconverts .nex to .fa plain simple
homepagehttps://github.com/alejandrogzi/nexus2fa
repositoryhttps://github.com/alejandrogzi/nexus2fa
max_upload_size
id1383111
size15,668
Alejandro Gonzales-Irribarren (alejandrogzi)

documentation

README

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>
Commit count: 6

cargo fmt