rsomics-fastq-utils 0.1.0

FASTQ utility toolkit — lightweight subcommands for counting, filtering, converting, and inspecting FASTQ files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod count;
pub mod deinterleave;
pub mod extract;
pub mod gc;
pub mod grep;
pub mod head;
pub mod interleave;
pub mod len;
pub mod rename;
pub mod revcomp;
pub mod sample;
pub mod shuffle;
pub mod sort;
pub mod tab;
pub mod to_fasta;
pub mod window;