Mercurial > repos > recetox > rem_complex
diff rem_complex.xml @ 3:567327a97ad2 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rem_complex commit 4b8a43b863ff8a0ff1d5a08e516068853adf358d
author | recetox |
---|---|
date | Tue, 16 Apr 2024 11:30:27 +0000 |
parents | 1dc9f5a3163d |
children | 60db8070a5c3 |
line wrap: on
line diff
--- a/rem_complex.xml Fri Dec 01 11:19:32 2023 +0000 +++ b/rem_complex.xml Tue Apr 16 11:30:27 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy2" profile="21.09"> +<tool id="rem_complex" name="Remove coordination complexes" version="@TOOL_VERSION@+galaxy3" profile="21.09"> <description>Remove molecular coordination complexes from a list of structure representations</description> <macros> <import>macros.xml</import> @@ -20,10 +20,15 @@ </environment_variables> <inputs> - <param name="input" format="inchi,smi,csv" type="data" help="Accepted input formats: CSV, SMI, and InChI."/> + <param name="input" format="inchi,smi,csv,tsv" type="data" help="Accepted input formats: TSV, CSV, SMI, and InChI."/> </inputs> <outputs> - <data name="output" format_source="input" /> + <data name="output" format="tsv" > + <change_format> + <when input="input.ext" value="smi" format="smi" /> + <when input="input.ext" value="inchi" format="inchi" /> + </change_format> + </data> </outputs> <tests> <test> @@ -36,7 +41,11 @@ </test> <test> <param name="input" ftype="csv" value="input.csv"/> - <output name="output" ftype="csv" file="sample_output.csv"/> + <output name="output" ftype="tsv" file="sample_output.tsv"/> + </test> + <test> + <param name="input" ftype="tsv" value="input.tsv"/> + <output name="output" ftype="tsv" file="sample_output.tsv"/> </test> </tests> <help>