-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from 4dn-dcic/0.3.5
0.3.5
- Loading branch information
Showing
60 changed files
with
73,145 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
language: c python | ||
sudo: required | ||
compiler: gcc | ||
python: | ||
- '3.6' | ||
- '2.7' | ||
env: | ||
- VALGRIND_TEST_ON=1 | ||
before_install: | ||
- sudo apt-get install -qq valgrind | ||
script: | ||
- make | ||
- | | ||
if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then | ||
sudo python3 setup.py install | ||
python3 test/test.py | ||
fi | ||
- | | ||
if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then | ||
sudo python setup.py install | ||
python test/test.py | ||
fi | ||
- source test/test_c.sh # valgrind test is applied when VALGRIND_TEST_ON=1 | ||
matrix: | ||
include: | ||
- language: c | ||
sudo: required | ||
compiler: gcc | ||
env: | ||
- VALGRIND_TEST_ON=1 | ||
before_install: | ||
- sudo apt-get install -qq valgrind | ||
- sudo apt-get update | ||
- sudo apt-get install python2.7 | ||
script: | ||
- make | ||
- sudo python setup.py install | ||
- python test/test.py | ||
- python test/test_oldindex.py | ||
- source test/test_c.sh # valgrind test is applied when VALGRIND_TEST_ON=1 | ||
- source test/test_c_oldindex.sh # test for old index | ||
- language: c | ||
sudo: required | ||
compiler: gcc | ||
env: | ||
- VALGRIND_TEST_ON=1 | ||
before_install: | ||
- sudo apt-get install -qq valgrind | ||
- sudo apt-get update | ||
- sudo apt-get install python3 | ||
- sudo apt-get install python3-setuptools | ||
script: | ||
- make | ||
- sudo python3 setup.py install | ||
- python3 test/test.py | ||
- python3 test/test_oldindex.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.4 | ||
0.3.5 |
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
samples/merged_nodups.space.chrblock_sorted.subsample1.txt.gz.px2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
1 249250621 | ||
2 243199373 | ||
3 198022430 | ||
4 191154276 | ||
5 180915260 | ||
6 171115067 | ||
7 159138663 | ||
X 155270560 | ||
8 146364022 | ||
9 141213431 | ||
10 135534747 | ||
11 135006516 | ||
12 133851895 | ||
13 115169878 | ||
14 107349540 | ||
15 102531392 | ||
16 90354753 | ||
17 81195210 | ||
18 78077248 | ||
20 63025520 | ||
Y 59373566 | ||
19 59128983 | ||
22 51304566 | ||
21 48129895 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
chr21 48129895 | ||
chr22 51304566 |
Oops, something went wrong.