kmerjellyfish

Crates.iokmerjellyfish
lib.rskmerjellyfish
version0.1.0
sourcesrc
created_at2024-11-10 18:17:09.836715
updated_at2024-11-10 18:17:09.836715
descriptionrust-jellyfish-count
homepagehttps://github.com/codecreatede/rust-jellyfish
repositoryhttps://github.com/codecreatede/rust-jellyfish
max_upload_size
id1443127
size26,839,968
Gaurav Sablok (applicativesystem)

documentation

README

rust-jellyfish

  • a rust implementation of the jellyfish for the counts.
  • outputs both the unique counts, all counts.
  • directly plots the histograms from the counts using the rust plotters.
  • it will produce allkmers, uniquekmers, countkmers
Usage: kmerjellyfish <KMER_ARG> <FASTQFILE_ARG>

Arguments:
  <KMER_ARG>       please provide the kmer to be searched for the origin
  <FASTQFILE_ARG>  please provide the path to be searched for the strings containing the kmer

Options:
  -h, --help     Print help
  -V, --version  Print version

kmerjellyfish 4 ./sample-files/test.fastq

Gaurav Sablok

Commit count: 12

cargo fmt