Skip to content

Commit 2c85163

Browse files
committed
update version
1 parent 656e070 commit 2c85163

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM biocorecrg/debian-perlbrew-pyenv3-java:buster AS builder
22

3-
ARG IPSCAN_VERSION=5.52-86.0
3+
ARG IPSCAN_VERSION=5.54-87.0
44

55
# Install InterPro
66

@@ -35,7 +35,7 @@ FROM biocorecrg/debian-perlbrew-pyenv3-java:buster
3535
# File Author / Maintainer
3636
MAINTAINER Toni Hermoso Pulido <[email protected]>
3737

38-
ARG IPSCAN_VERSION=5.52-86.0
38+
ARG IPSCAN_VERSION=5.54-87.0
3939

4040
ENV PATH "/usr/local/interproscan:${PATH}"
4141

Dockerfile.open

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM biocorecrg/debian-perlbrew-pyenv3-java:buster AS builder
22

3-
ARG IPSCAN_VERSION=5.52-86.0
3+
ARG IPSCAN_VERSION=5.54-87.0
44

55
# Install InterPro
66

@@ -22,7 +22,7 @@ FROM biocorecrg/debian-perlbrew-pyenv3-java:buster
2222
# File Author / Maintainer
2323
MAINTAINER Toni Hermoso Pulido <[email protected]>
2424

25-
ARG IPSCAN_VERSION=5.52-86.0
25+
ARG IPSCAN_VERSION=5.54-87.0
2626

2727
ENV PATH "/usr/local/interproscan:${PATH}"
2828

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ It is important to ensure that program and data versions match and that this is
2323
## Building from Docker recipes
2424

2525
# With privative software
26-
docker build -t iprscan:5.52-86.0 -f Dockerfile .
27-
sudo singularity build iprscan-5.52-86.0.sif docker-daemon://iprscan:5.52-86.0
26+
docker build -t iprscan:5.54-87.0 -f Dockerfile .
27+
sudo singularity build iprscan-5.54-87.0.sif docker-daemon://iprscan:5.54-87.0
2828
# Without privative software
29-
docker build -t iprscan-open:5.52-86.0 -f Dockerfile.open .
30-
sudo singularity build iprscan-5.52-86.0.open.sif docker-daemon://iprscan-open:5.52-86.0
29+
docker build -t iprscan-open:5.54-87.0 -f Dockerfile.open .
30+
sudo singularity build iprscan-5.54-87.0.open.sif docker-daemon://iprscan-open:5.54-87.0
3131

3232
You can avoid using ```sudo``` with ```--fakeroot``` Singularity build option.
3333

@@ -37,13 +37,13 @@ For running the container images, it is mandatory to mount a data directory that
3737

3838
```
3939
# Docker
40-
docker run --volume /path/to/data:/usr/local/interproscan/data --volume /path/to/scratch:/scratch -t biocorecrg/interproscan:5.52-86.0 /usr/local/interproscan/interproscan.sh -i /scratch/test.fa --goterms --iprlookup --pathways -o /scratch/out_interpro -f TSV
40+
docker run --volume /path/to/data:/usr/local/interproscan/data --volume /path/to/scratch:/scratch -t biocorecrg/interproscan:5.54-87.0 /usr/local/interproscan/interproscan.sh -i /scratch/test.fa --goterms --iprlookup --pathways -o /scratch/out_interpro -f TSV
4141
4242
# Singularity
43-
singularity exec -B /path/to/data:/usr/local/interproscan/data -e iprscan-5.52-86.0.open.sif /usr/local/interproscan/interproscan.sh -i /path/to/test2.fa --goterms --iprlookup --pathways -o /path/to/out_interpro -f TSV
43+
singularity exec -B /path/to/data:/usr/local/interproscan/data -e iprscan-5.54-87.0.open.sif /usr/local/interproscan/interproscan.sh -i /path/to/test2.fa --goterms --iprlookup --pathways -o /path/to/out_interpro -f TSV
4444
```
4545

4646
## NOTES
4747

48-
* Moreover, keep into account that a user with suitable permissions may need first to index ```/usr/local/interproscan/data``` directory (e.g., with ```python3 /usr/local/interproscan/initial_setup.py```). You can use the very container images. Details here: https://interproscan-docs.readthedocs.io/en/5.52-86.0/HowToRun.html
48+
* Moreover, keep into account that a user with suitable permissions may need first to index ```/usr/local/interproscan/data``` directory (e.g., with ```python3 /usr/local/interproscan/initial_setup.py```). You can use the very container images. Details here: https://interproscan-docs.readthedocs.io/en/5.54-87.0/HowToRun.html
4949
* Depending on your setup, you may need to change ```SINGULARITY_TMPDIR``` (and ```SINGULARITY_CACHEDIR```) environment variables for pointing to a location with enough space. More details at: https://singularity.hpcng.org/admin-docs/master/installation.html

interproscan.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ panther.hmm.path=${data.directory}/panther/15.0/panther.hmm
124124
panther.names.tab=${data.directory}/panther/15.0/names.tab
125125

126126
# PFam
127-
pfam-a.hmm.path=${data.directory}/pfam/33.1/pfam_a.hmm
128-
pfam-a.seed.path=${data.directory}/pfam/33.1/pfam_a.seed
129-
pfam-clans.path=${data.directory}/pfam/33.1/pfam_clans
130-
pfam-a.dat.path=${data.directory}/pfam/33.1/pfam_a.dat
127+
pfam-a.hmm.path=${data.directory}/pfam/34.0/pfam_a.hmm
128+
pfam-a.seed.path=${data.directory}/pfam/34.0/pfam_a.seed
129+
pfam-clans.path=${data.directory}/pfam/34.0/pfam_clans
130+
pfam-a.dat.path=${data.directory}/pfam/34.0/pfam_a.dat
131131

132132
##
133133

@@ -255,7 +255,7 @@ kvstore.entrydb.path=work/kvs/idb
255255
kvstore.delay.milliseconds=200
256256

257257
# Instructs I5 to completely clean up after itself - leave set to true.
258-
delete.temporary.directory.on.completion=false
258+
delete.temporary.directory.on.completion=true
259259

260260
##
261261
## Broker TCP Connection

0 commit comments

Comments
 (0)