From 3e8ad1fb2c0abd35b2a4f32955c8a9af60e14eb2 Mon Sep 17 00:00:00 2001 From: "Ivan E. Cao-Berg" Date: Wed, 7 Feb 2024 22:14:37 -0500 Subject: [PATCH] Cleaned up --- 0.69-9/Singularity | 2 +- 0.69-9/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0.69-9/Singularity b/0.69-9/Singularity index 2ddcbb8..26df63c 100644 --- a/0.69-9/Singularity +++ b/0.69-9/Singularity @@ -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 diff --git a/0.69-9/test.sh b/0.69-9/test.sh index 8ac9c95..77d4ac4 100755 --- a/0.69-9/test.sh +++ b/0.69-9/test.sh @@ -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