Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 540 Bytes

rust-samtools-generateid

  • rust-samtools generateid
  • rust-samtools generateids for indexing and for use with the rust-samtools-genomecapture.
  • this allows you to use with all the rust-samtools functions just like fastidx of the samtools.
  • general note: Incase of Golang and RUST, please see the last commit message and if it says compiled binary then it is completed or else still in development version.
cargo build

  • to run the binary
./rust-samtools-generateid ./sample-files/Col0_C1.100k.sam

Gaurav Sablok