File: .gitattributes

package info (click to toggle)
python-biopython 1.68%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 46,860 kB
  • ctags: 13,237
  • sloc: python: 160,306; xml: 93,216; ansic: 9,118; sql: 1,208; makefile: 155; sh: 63
file content (23 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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...
#
# 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