Skip to content

Commit

Permalink
Cleaned up
Browse files Browse the repository at this point in the history
icaoberg committed Feb 8, 2024
1 parent 70ed716 commit 3e8ad1f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0.69-9/Singularity
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ From: perl:5.32.1
cpan install SVG
cpan install Text::Format
cd /opt
wget http://circos.ca/distribution/circos-0.69-9.tgz
wget -nc --no-check-certificate http://circos.ca/distribution/circos-0.69-9.tgz
tar -xvf circos-0.69-9.tgz && rm -f circos-0.69-9.tgz
ln -s $(pwd)/circos-0.69-9/bin/circos /usr/local/bin/circos

2 changes: 1 addition & 1 deletion 0.69-9/test.sh
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ set -x
shopt -s expand_aliases

if [ ! -d circos-tutorials-0.67 ]; then
wget -nc wget http://circos.ca/distribution/circos-tutorials-current.tgz
wget -nc http://circos.ca/distribution/circos-tutorials-current.tgz
tar -xvf circos-tutorials-current.tgz && rm -fv circos-tutorials-current.tgz
fi

0 comments on commit 3e8ad1f

Please sign in to comment.