Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Installation/download_dbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export FTP_DBS=ftp://ftp.ebi.ac.uk/pub/databases/metagenomics/pipeline-5.0/ref-d
IPR=5

# From Sept 2023
IPRSCAN=5.64-96.0
IPRSCAN=5.77-108.0

# The integrated version is from Jul 23, 2019
# We are now in version 2..0.15 (Checked on June 2022)
Expand Down
2 changes: 1 addition & 1 deletion Installation/templates/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ InterProScan_outputFormat: ["TSV"]

InterProScan_databases:
class: Directory
path: interproscan-5.64-96.0/data
path: interproscan-5.77-100.0/data

EggNOG_data_dir:
class: Directory
Expand Down
2 changes: 1 addition & 1 deletion tools/InterProScan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL Version="metaGOflow version"

ARG IPR=5
ENV IPR $IPR
ARG IPRSCAN=5.64-96.0
ARG IPRSCAN=5.77-108.0
ENV IPRSCAN $IPRSCAN

FROM base AS buildcore
Expand Down
2 changes: 1 addition & 1 deletion tools/InterProScan/InterProScan-v5.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requirements:
- class: InlineJavascriptRequirement
- class: ScatterFeatureRequirement
- class: DockerRequirement
dockerPull: cymon/interproscan-5.64-96.0-cluster:0.5
dockerPull: sninidakis/ips:latest
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.databases)
Expand Down