Crates.io | kmerjellyfish |
lib.rs | kmerjellyfish |
version | 0.1.0 |
source | src |
created_at | 2024-11-10 18:17:09.836715 |
updated_at | 2024-11-10 18:17:09.836715 |
description | rust-jellyfish-count |
homepage | https://github.com/codecreatede/rust-jellyfish |
repository | https://github.com/codecreatede/rust-jellyfish |
max_upload_size | |
id | 1443127 |
size | 26,839,968 |
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