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

Latest commit

 

History

History
9 lines (7 loc) · 448 Bytes

File metadata and controls

9 lines (7 loc) · 448 Bytes

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 $@