crussmap 1.0.1

crussmap is a faster tool to convert genome coordinates between difference reference assemblies. Support file formats: [BED,...]. This project reconstructs the [CrossMap](https://github.com/liguowang/CrossMap) code by rust to effectively improve speed and performance
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate serde_derive;

pub mod bed;
pub mod interval;
pub mod log;
pub mod parser;
pub mod utils;
pub mod view;