Skip to content
/ sam2gtf Public

Simple converter fromSAM/BAM/CRAM directly into GTF

License

Notifications You must be signed in to change notification settings

alevar/sam2gtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAM2GTF is a simple method for converting BAM/SAM files directly into GTF

GPLv3 License

SIM2GTF is a simple method for performing SAM/BAM direct conversion to GTF format. While perhaps not exceptionally useful for short-read data, it might aid in investigations of long spliced RNA-seq reads such as those generated by the PacBio IsoSeq, CCS or Oxford Nanopore platforms. Reads can be directly converted into GTF bypassing assembly step, enabling direct comparison of observed transcript structures via other conventional methods such as gffread, gffcompare, ORFanage, etc.

$ git clone https://github.com/alevar/sam2gtf.git
$ cd sam2gtf

Requirements Install the Rust compiler with rustup

  1. Install https://rustup.rs/.
  2. Test installation
$ rustup override set stable
$ rustup update stable

Building

$ cargo build --release
$ sam2gtf -h

About

Simple converter fromSAM/BAM/CRAM directly into GTF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages