Readme

Rust version of bustools command line interface. At this point, it's far from complete and correct, but rather a project to learn rust.

This is heavly built on rustbustools, which handles all the basic interactions with busfiles.

Example

```sh

sorting

rustbustools --output /tmp/sorted.bus sort --ifile /tmp/unsorted.bus

correcting CBs

rustbustools --output /tmp/corrected.bus sort --ifile /tmp/sorted.bus --whitelist /tmp/10x_whitelist.txt

inspecting

rustbustools --output /dev/null --ifile /tmp/sorted.bus

count

rustbustools --output /tmp/countfolder --ifile /tmp/sorted.bus --t2g /tmp/transcriptsto_gene.txt ```

Todo 06/27