Skip to content

Commit 781503d

Browse files
committed
v3.7.1 fixed 3 file passing bugs in makeSomaticScripts.py
1 parent 41ec85f commit 781503d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM ubuntu:22.04
2+
3+
RUN export DEBIAN_FRONTEND=noninteractive && apt update && apt -y install r-base python3 python3-pip bedtools git wget && apt-get clean
4+
RUN pip3 install cython pysam numpy scipy pandas xgboost
5+
RUN R -e "install.packages('ada', repos = 'http://cran.rstudio.com/')"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
##SomaticSeq=v3.7.0
1+
##SomaticSeq=v3.7.1

somaticseq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '3.7.0'
1+
__version__ = '3.7.1'
22
vcf_header = '##SomaticSeq=v{}'.format( __version__ )

0 commit comments

Comments
 (0)