gfastats

Crates.iogfastats
lib.rsgfastats
version0.1.3
sourcesrc
created_at2021-05-04 16:01:10.597454
updated_at2021-08-20 13:03:35.828882
descriptionGFA statistics
homepage
repositoryhttps://github.com/MoinSebi/gfastats
max_upload_size
id393084
size18,036
(MoinSebi)

documentation

README

gfastats

Description

Small tool for basic graph statistics using GFA format.

Installation:

Git

git clone https://github.com/MoinSebi/gfastats  
cd gfastats   
cargo build --release  
./target/release/gfastats  

Cargo

cargo install gfastats

Usage

Usage:
  ./gfastats [OPTIONS]

GFA statistics

Optional arguments:
  -h,--help             Show this help message and exit
  -i,--input INPUT      Input data

Commit count: 73

cargo fmt