Skip to content

Convert SAM files to RAM (ROOT Alignment/Map) files.

Notifications You must be signed in to change notification settings

GeneROOT/ramtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROOT scripts to convert a SAM file to a RAM (ROOT Alignment/Map) file and to work on RAM files.

  • To convert a SAM file to a RAM file do:
  $ root
  root [0] .x samtoram.C
  root [1] .q
  • To test read a RAM file do:
    $ root
    root [0] .x ramreader.C
    root [1] .q
  • To view a region, the equivalent of samtools view bamexample.bam chr1:10150-10300, do:
    $ root
    root [0] .x ramview.C("ramexample.root","chr1:10150-10300")
    root [1] .q

About

Convert SAM files to RAM (ROOT Alignment/Map) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •