1 unstable release

0.1.0 Nov 10, 2024

#78 in Visualization

Download history 89/week @ 2024-11-06 19/week @ 2024-11-13 5/week @ 2024-11-20 6/week @ 2024-11-27 50/week @ 2024-12-04 28/week @ 2024-12-11 10/week @ 2024-12-18 7/week @ 2024-12-25 13/week @ 2025-01-01

71 downloads per month

MIT license

6.5MB
107 lines

Contains (ELF exe/lib, 13MB) kmerjellyfish

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

Dependencies