Skip to content

Commit 3e8ad1f

Browse files
committed
Cleaned up
1 parent 70ed716 commit 3e8ad1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

0.69-9/Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ From: perl:5.32.1
3434
cpan install SVG
3535
cpan install Text::Format
3636
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
3838
tar -xvf circos-0.69-9.tgz && rm -f circos-0.69-9.tgz
3939
ln -s $(pwd)/circos-0.69-9/bin/circos /usr/local/bin/circos
4040

0.69-9/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55
shopt -s expand_aliases
66

77
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
99
tar -xvf circos-tutorials-current.tgz && rm -fv circos-tutorials-current.tgz
1010
fi
1111

0 commit comments

Comments
 (0)