File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ language: python
44python :
55 - ' 3.8'
66
7+ cache :
8+ directories :
9+ - $TRAVIS_BUILD_DIR/src/
10+ branch :
11+ - master
12+
713before_install :
814 if ! [ -f ./src/GRCh37.tar.gz ]; then
915 wget ftp://alexandrovlab-ftp.ucsd.edu/pub/tools/SigProfilerMatrixGenerator/GRCh37.tar.gz -P ./src/;
@@ -12,10 +18,6 @@ before_install:
1218install :
1319 - pip install .
1420
15- cache :
16- directories :
17- - $TRAVIS_BUILD_DIR/src/
18-
1921before_script :
2022 - python3 install_genome.py $TRAVIS_BUILD_DIR/src/
2123
Original file line number Diff line number Diff line change 66if os .path .exists ("dist" ):
77 shutil .rmtree ("dist" )
88
9- VERSION = "0.0.32 "
9+ VERSION = "0.0.33 "
1010
1111
1212def write_version_py (filename = "SigProfilerAssignment/version.py" ):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
1515# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616short_version = '%(version)s'
1717version = '%(version)s'
18- Update = 'v0.0.32 : Resolve with SBS4608 plots showing up as custom plots.'
18+ Update = 'v0.0.33 : Resolve with SBS384 plots showing up as custom plots.'
1919
2020
2121 """
You can’t perform that action at this time.
0 commit comments