Crates.io | unitig_flipper |
lib.rs | unitig_flipper |
version | 0.1.0 |
source | src |
created_at | 2024-04-26 10:32:29.423014 |
updated_at | 2024-04-26 10:32:29.423014 |
description | Reorienting unitigs to reduce the number of dummy nodes in an SBWT. |
homepage | |
repository | https://github.com/jnalanko/unitig_flipper |
max_upload_size | |
id | 1221301 |
size | 34,880 |
This program takes in a set of unitigs as a FASTA file, and re-orients the unitigs heuristically in an attempt to minimize the number of dummy nodes in the SBWT of the k-mers.
First, install the Rust. Then:
git submodule update --init
cargo build --release
This produces the binary to target/release/unitig_flipper
. If you want to install the program to $PATH
, run cargo install --path .
Usage: unitig_flipper --input <input> --output <output> -k <k>
Options:
-i, --input <input> Input FASTA or FASTQ file, possibly gzipped
-o, --output <output> Output FASTA or FASTQ file, possibly gzipped
-k <k> k-mer length
-h, --help Print help