Skip to content

applicativesystem/rust-samtools-generateid

Repository files navigation

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