Skip to content

Commit

Permalink
Merge pull request #71 from Pathogen-Genomics-Cymru/https
Browse files Browse the repository at this point in the history
https
  • Loading branch information
WhalleyT authored Jul 12, 2024
2 parents cf7f2a5 + 74d8559 commit c23ac32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.preprocessing-0.9.8
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN curl -fsSL https://github.com/ArthurVM/Afanc/archive/refs/tags/v${afanc_vers
&& unzip fastANI-Linux64-v${fastani_version}.zip \
&& mv fastANI /usr/local/bin

RUN sh -c "$(curl -fsSL ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh)" \
RUN sh -c "$(curl -fsSL https://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh)" \
&& mkdir -p /opt/edirect \
&& mv /root/edirect/* /opt/edirect

Expand Down
2 changes: 1 addition & 1 deletion modules/preprocessingModules.nf
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ process downloadContamGenomes {

"""
wget -i ${contam_list} --spider -nv -a linktestlog.txt 2>&1
grep -o 'ftp://.*fna.gz' linktestlog.txt > confirmedurllist.txt
grep -o 'https://.*fna.gz' linktestlog.txt > confirmedurllist.txt
mkdir contam_dir
cd contam_dir
Expand Down
2 changes: 1 addition & 1 deletion singularity/Singularity.preprocessing-0.9.8
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ curl -fsSL https://github.com/ArthurVM/Afanc/archive/refs/tags/v${afanc_version}
&& unzip fastANI-Linux64-v${fastani_version}.zip \
&& mv fastANI /usr/local/bin

sh -c "$(curl -fsSL ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh)" \
sh -c "$(curl -fsSL https://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh)" \
&& mkdir -p /opt/edirect \
&& mv /root/edirect/* /opt/edirect

Expand Down

0 comments on commit c23ac32

Please sign in to comment.