Skip to content

Commit 9bf45a0

Browse files
committed
Update test and travis latex
1 parent aef655d commit 9bf45a0

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist: xenial
22
language: r
3+
latex: false
34

45
r:
56
- release
@@ -13,13 +14,6 @@ addons:
1314
cache:
1415
packages: true
1516

16-
python:
17-
- '3.7'
18-
19-
install:
20-
- pip install SigProfilerMatrixGenerator
21-
22-
2317
warnings_are_errors: false
2418

2519
script: R -f test.R

test.R

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
library(devtools)
22
install_github("AlexandrovLab/SigProfilerMatrixGeneratorR@development")
33

4-
library(reticulate)
5-
py_config()
6-
74
library(SigProfilerMatrixGeneratorR)
8-
9-
cnv <- CNVMatrixGenerator("BATTENBERG",
10-
"./test_data/CNV/Battenberg_test.tsv",
11-
"test_CNV",
12-
"./test_data/output_CNV")
13-
14-
15-
sv <- SVMatrixGenerator("./test_data/SV",
16-
"test_CNV",
17-
"./test_data/output_SV")
18-

0 commit comments

Comments
 (0)