Skip to content

Commit 5968629

Browse files
committed
Merge branch 'master' into external_exec
2 parents 809e744 + ee54bef commit 5968629

File tree

5 files changed

+9
-21
lines changed

5 files changed

+9
-21
lines changed

Dockerfile-rdkit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN apt-get -y update && apt-get -y install zip unzip
1010
COPY src/python /opt/python
1111
RUN pip install -e /opt/python
1212
# And the pipeline-utilities
13-
RUN pip install matplotlib im-pipelines-utils==2.2.* im-pipelines-utils-rdkit==1.4.*
13+
RUN pip install molvs standardiser matplotlib im-pipelines-utils==2.2.* im-pipelines-utils-rdkit==1.4.*

src/python/pipelines/docking/obabel_prepare_pdb.dsd.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
},
4646
"inputRoutes": [ {"route": "FILE"} ],
4747
"outputRoutes": [ {"route": "FILE"} ],
48-
"imageName": "abradle/obabel",
49-
"command": "cp -r /pipelines /tmp/pipelines && pip install -e /tmp/pipelines && python -m pipelines.docking.obabel_prepare_pdb -i ${PIN}pdb.pdb.gz -o ${POUT}mol2 -mol2${protonate ? ' -prot ' + protonate : ''} --meta",
50-
"volumes": {
51-
"pipelines": "/pipelines"
52-
}
48+
"imageName": "informaticsmatters/rdkit_pipelines",
49+
"command": "python -m pipelines.docking.obabel_prepare_pdb -i ${PIN}pdb.pdb.gz -o ${POUT}mol2 -mol2${protonate ? ' -prot ' + protonate : ''} --meta"
5350
}

src/python/pipelines/rdkit/sanifier_enumerator.dsd.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@
111111
"thinDescriptors": [{"input": "input"}],
112112
"inputRoutes": [ {"route": "FILE"} ],
113113
"outputRoutes": [ {"route": "FILE"} ],
114-
"imageName": "abradle/standardiser",
115-
"command": "cp -r /pipelines /tmp/pipelines && pip install -e /tmp/pipelines && python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -mf $molFormat ${tautomers ? ' -et' : ''}${stereoisomers ? ' -es' : ''} --meta",
116-
"volumes": {
117-
"pipelines": "/pipelines"
118-
}
114+
"imageName": "informaticsmatters/rdkit_pipelines",
115+
"command": "python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -mf $molFormat ${tautomers ? ' -et' : ''}${stereoisomers ? ' -es' : ''} --meta"
119116
}

src/python/pipelines/rdkit/sanifier_standardiser_flatkinson.dsd.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
"thinDescriptors": [{"input": "input", "preserve": false}],
5757
"inputRoutes": [ {"route": "FILE"} ],
5858
"outputRoutes": [ {"route": "FILE"} ],
59-
"imageName": "abradle/standardiser",
60-
"command": "cp -r /pipelines /tmp/pipelines && pip install -e /tmp/pipelines && python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -st -stm flatkinson --meta",
61-
"volumes": {
62-
"pipelines": "/pipelines"
63-
}
59+
"imageName": "informaticsmatters/rdkit_pipelines",
60+
"command": "python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -st -stm flatkinson --meta"
6461
}

src/python/pipelines/rdkit/sanifier_standardiser_molvs.dsd.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
"thinDescriptors": [{"input": "input", "preserve": false}],
5757
"inputRoutes": [ {"route": "FILE"} ],
5858
"outputRoutes": [ {"route": "FILE"} ],
59-
"imageName": "abradle/standardiser",
60-
"command": "cp -r /pipelines /tmp/pipelines && pip install -e /tmp/pipelines && python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -st -stm molvs --meta",
61-
"volumes": {
62-
"pipelines": "/pipelines"
63-
}
59+
"imageName": "informaticsmatters/rdkit_pipelines",
60+
"command": "python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -st -stm molvs --meta"
6461
}

0 commit comments

Comments
 (0)