Mercurial > repos > recetox > qcxms_production_run
comparison qcxms_prod_run.xml @ 5:cbe34f060712 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/qcxms commit 384b9f232ce56d35cc16cbf0e499c5e1be683933
author | recetox |
---|---|
date | Tue, 15 Apr 2025 12:33:29 +0000 |
parents | e97bfe7ac906 |
children |
comparison
equal
deleted
inserted
replaced
4:356f7916ac07 | 5:cbe34f060712 |
---|---|
1 <tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy3" profile="22.09"> | 1 <tool id="qcxms_production_run" name="QCxMS production run" version="@TOOL_VERSION@+galaxy4" profile="22.09"> |
2 <description>Production run to obtain a QCxMS simulated mass spectrum</description> | 2 <description>Production run to obtain a QCxMS simulated mass spectrum</description> |
3 | 3 |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
39 | 39 |
40 </configfile> | 40 </configfile> |
41 </configfiles> | 41 </configfiles> |
42 | 42 |
43 <inputs> | 43 <inputs> |
44 <param type="data" name="in_file" label="in files [.in]" format="txt,text"/> | 44 <param type="data" name="in_file" label="in files [.in]" format="txt"/> |
45 <param type="data" name="start_file" label="start files [.start]" format="txt,text"/> | 45 <param type="data" name="start_file" label="start files [.start]" format="txt"/> |
46 <param type="data" name="xyz_file" label="xyz files [.xyz]" format="xyz,txt,text"/> | 46 <param type="data" name="xyz_file" label="xyz files [.xyz]" format="xyz,txt"/> |
47 <param name="store_extended_output" type="boolean" value="false" label="Store additional outputs" help="Output the logfile."/> | 47 <param name="store_extended_output" type="boolean" value="false" label="Store additional outputs" help="Output the logfile."/> |
48 </inputs> | 48 </inputs> |
49 | 49 |
50 <outputs> | 50 <outputs> |
51 <data name="log" format="txt" label="logfile_of_${tool.id}_on_${on_string}"> | 51 <data name="log" format="txt" label="logfile_of_${tool.id}_on_${on_string}"> |