Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d10d90

Browse files
committedJul 19, 2019
Added CRAM_codecs document to describe the proposed CRAM3.1 codecs.
This also has the CRAM3.0 rANS codec in it. I haven't yet removed this from CRAMv3.tex
1 parent 82f7867 commit 6d10d90

File tree

3 files changed

+3054
-7
lines changed

3 files changed

+3054
-7
lines changed
 

‎CRAM_codecs.tex

+3,045
Large diffs are not rendered by default.

‎Makefile

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PDFS = BCFv1_qref.pdf \
44
BCFv2_qref.pdf \
55
CRAMv2.1.pdf \
66
CRAMv3.pdf \
7+
CRAM_codecs.pdf \
78
CSIv1.pdf \
89
SAMv1.pdf \
910
SAMtags.pdf \
@@ -17,13 +18,14 @@ pdf: $(PDFS:%=new/%)
1718
%.pdf: new/%.pdf
1819
cp $^ $@
1920

20-
new/CRAMv2.1.pdf diff/CRAMv2.1.pdf: CRAMv2.1.tex new/CRAMv2.1.ver
21-
new/CRAMv3.pdf diff/CRAMv3.pdf: CRAMv3.tex new/CRAMv3.ver
22-
new/SAMv1.pdf diff/SAMv1.pdf: SAMv1.tex new/SAMv1.ver
23-
new/SAMtags.pdf diff/SAMtags.pdf: SAMtags.tex new/SAMtags.ver
24-
new/VCFv4.1.pdf diff/VCFv4.1.pdf: VCFv4.1.tex new/VCFv4.1.ver
25-
new/VCFv4.2.pdf diff/VCFv4.2.pdf: VCFv4.2.tex new/VCFv4.2.ver
26-
new/VCFv4.3.pdf diff/VCFv4.3.pdf: VCFv4.3.tex new/VCFv4.3.ver
21+
new/CRAMv2.1.pdf diff/CRAMv2.1.pdf: CRAMv2.1.tex new/CRAMv2.1.ver
22+
new/CRAMv3.pdf diff/CRAMv3.pdf: CRAMv3.tex new/CRAMv3.ver
23+
new/CRAM_codecs.pdf diff/CRAM_codecs.pdf: CRAM_codecs.tex new/CRAM_codecs.ver
24+
new/SAMv1.pdf diff/SAMv1.pdf: SAMv1.tex new/SAMv1.ver
25+
new/SAMtags.pdf diff/SAMtags.pdf: SAMtags.tex new/SAMtags.ver
26+
new/VCFv4.1.pdf diff/VCFv4.1.pdf: VCFv4.1.tex new/VCFv4.1.ver
27+
new/VCFv4.2.pdf diff/VCFv4.2.pdf: VCFv4.2.tex new/VCFv4.2.ver
28+
new/VCFv4.3.pdf diff/VCFv4.3.pdf: VCFv4.3.tex new/VCFv4.3.ver
2729

2830
PDFLATEX = pdflatex
2931

‎img/range_code.png

43.9 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.