File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ From: perl:5.32.1
34
34
cpan install SVG
35
35
cpan install Text::Format
36
36
cd /opt
37
- wget http://circos.ca/distribution/circos-0.69-9.tgz
37
+ wget -nc --no-check-certificate http://circos.ca/distribution/circos-0.69-9.tgz
38
38
tar -xvf circos-0.69-9.tgz && rm -f circos-0.69-9.tgz
39
39
ln -s $( pwd) /circos-0.69-9/bin/circos /usr/local/bin/circos
40
40
Original file line number Diff line number Diff line change 5
5
shopt -s expand_aliases
6
6
7
7
if [ ! -d circos-tutorials-0.67 ]; then
8
- wget -nc wget http://circos.ca/distribution/circos-tutorials-current.tgz
8
+ wget -nc http://circos.ca/distribution/circos-tutorials-current.tgz
9
9
tar -xvf circos-tutorials-current.tgz && rm -fv circos-tutorials-current.tgz
10
10
fi
11
11
You can’t perform that action at this time.
0 commit comments