tarnished

Crates.iotarnished
lib.rstarnished
version0.4.0
sourcesrc
created_at2023-01-05 19:05:11.657104
updated_at2023-01-09 19:36:48.776206
descriptionVery simple CLI app for testing the percent of nucleotides in FASTA files
homepagehttps://github.com/777moneymaker/tarnished
repositoryhttps://github.com/777moneymaker/tarnished.git
max_upload_size
id751739
size458,956
Miłosz Chodkowski (777moneymaker)

documentation

README

Tarnished

Simple TUI app for check the nucleotide percentage in each fasta file.

I don't know what more.

Installation

With cargo:

cargo install tarnished

Locally:

  • Clone this repo and cd into it. Then:
cargo install --path .
  • Copy exec from target/release to some dir in PATH

Usage

Help

Tarnished 0.1.0
Miłosz Chodkowski
App for testing the nucleotide abundance in fasta files

USAGE:
    tarnished <files>...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <files>...    files in fasta format ending with [.fa | .fna | .fasta]

Command

>>> tarnished *.fna

Result

Example

License

  • GPLv3
Commit count: 24

cargo fmt