Mercurial > repos > recetox > rem_complex
comparison rem_complex.xml @ 2:1dc9f5a3163d draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 0ea5c86ceabe9f24dd61b399127b0d19a0ae2657
author | recetox |
---|---|
date | Fri, 01 Dec 2023 11:19:32 +0000 |
parents | e0ca9dfcdb18 |
children | 567327a97ad2 |
comparison
equal
deleted
inserted
replaced
1:e0ca9dfcdb18 | 2:1dc9f5a3163d |
---|---|
1 <tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy1" profile="21.09"> | 1 <tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy2" profile="21.09"> |
2 <description>Remove molecular coordination complexes from a list of structure representations</description> | 2 <description>Remove molecular coordination complexes from a list of structure representations</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
14 -iformat '${input.ext}' | 14 -iformat '${input.ext}' |
15 -o '${output}' | 15 -o '${output}' |
16 ]]></command> | 16 ]]></command> |
17 | 17 |
18 <environment_variables> | 18 <environment_variables> |
19 <environment_variable name="OPENBLAS_NUM_THREADS">1</environment_variable> | 19 <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable> |
20 </environment_variables> | 20 </environment_variables> |
21 | 21 |
22 <inputs> | 22 <inputs> |
23 <param name="input" format="inchi,smi,csv" type="data" help="Accepted input formats: CSV, SMI, and InChI."/> | 23 <param name="input" format="inchi,smi,csv" type="data" help="Accepted input formats: CSV, SMI, and InChI."/> |
24 </inputs> | 24 </inputs> |