Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

ENA's API for CRAM file processing with custom reference sequence caching implementation.

License

Notifications You must be signed in to change notification settings

enasequence/DEPRECATED_ena-cram-processing-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENA cram processing tools

License

Typical cramtools usage in processing:

  • cram dump: java -XX:+UseSerialGC -Xmx10G -Dsamjdk.use_cram_ref_download=true -Djava.io.tmpdir="/var/tmp" -jar cramtools.jar fastq --reverse --gzip $@
  • cram stats: java -XX:+UseSerialGC -Xmx4G -cp cramtools.jar net.sf.cram.CramTools bam -c -F 2304 -I $@

About

ENA's API for CRAM file processing with custom reference sequence caching implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages