rust-htslib 0.22.0

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ensure BAM and CRAM files are left as binary.  To display changes in them
# by converting to SAM, add to your configuration (perhaps with --global):
#
#	git config diff.bam.textconv  "samtools view -h"
#	git config diff.cram.textconv "samtools view -h"
*.bam     -text diff=bam
*.cram    -text diff=cram

# Omit these files from release tarballs.
/.appveyor.yml  export-ignore
.git*           export-ignore
/.travis.yml    export-ignore
README.md       export-ignore

# Remove the text attribute from reference files, so that git doesn't convert
# line separators on Windows machines. It causes the index files to become out
# of sync with the fasta files.
*.fa* -text