fxtools 0.2.39

A collection of commandline Fasta/Fastq utility tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# fxtools
A collection of fasta/fastq related tools that I've needed to write. 

## Installation

```bash
# from crates.io
cargo install fxtools

# from github
git clone https://github.com/noamteyssier/fxtools
cd fxtools
cargo install --path .
```

## Usage

Check out the [documentation](https://noamteyssier.github.io/fxtools/) for usage.