forked from biopython/biopython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
31 lines (24 loc) · 1.02 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# On Windows, git can be setup to convert text files to use
# DOS/Windows newlines (\r\n) rather than Unix style (\n).
# This should be harmless for most of our unit tests...
# Still, it's better when we try to assure unform Unix style
# when committing:
* text=auto
# However, where testing indexing and get_raw (including the
# BGZF tests comparing the uncompressed file to the compressed
# file) it can be important to preserve the line endings in git.
Tests/Fasta/f002 binary
Tests/GenBank/cor6_6.gb binary
Tests/GenBank/NC_000932.gb binary
Tests/Quality/example.fastq binary
Tests/Quality/example_dos.fastq binary
Tests/Blast/wnts.xml binary
# This pickle file has to be using Unix new lines otherwise at
# least Python 3.4's C pickle parser fails with exception:
# _pickle.UnpicklingError: the STRING opcode argument must be quoted
Tests/SubsMat/acc_rep_mat.pik binary
# MMTF is a binary file format,
Tests/PDB/4CUP.mmtf binary
# UCSC Nib files are binary:
Tests/Nib/test_bigendian.nib binary
Tests/Nib/test_littleendian.nib binary