comparison preprocess.xml @ 5:4f753bb8681e draft

"planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 0478e809d16b674c851131bb7e583cfd59d1ad01-dirty"
author sblanck
date Tue, 20 Apr 2021 13:11:24 +0000
parents 3fcbb8030fcc
children
comparison
equal deleted inserted replaced
4:3fcbb8030fcc 5:4f753bb8681e
1 <tool id="preprocess" name="Data Normalization" version="1.2.0"> 1 <tool id="preprocess" name="Data Normalization" version="1.3.0">
2 <requirements> 2 <requirements>
3 <container type="docker">sblanck/mpagenomicsdependencies</container> 3 <container type="docker">sblanck/mpagenomicsdependencies</container>
4 </requirements> 4 </requirements>
5 5
6 <command> 6 <command>
70 <!-- Would like to make this hidden or not appear all together, but 70 <!-- Would like to make this hidden or not appear all together, but
71 variable outputs require a primary dataset. If hidden refresh 71 variable outputs require a primary dataset. If hidden refresh
72 doesn't occur. 72 doesn't occur.
73 --> 73 -->
74 <data format="dsf" name="summary" label="Dataset summary file of ${datasetName}" /> 74 <data format="dsf" name="summary" label="Dataset summary file of ${datasetName}" />
75 <data format="zip" name="zipresults" label="Results of normalization of ${datasetName}"/> 75 <data format="nzip" name="zipresults" label="Results of normalization of ${datasetName}"/>
76 <data format="zip" name="zipfigures" label="Figures of normalization of ${datasetName}"> 76 <data format="zip" name="zipfigures" label="Figures of normalization of ${datasetName}">
77 <filter>outputgraph == "TRUE"</filter> 77 <filter>outputgraph == "TRUE"</filter>
78 </data> 78 </data>
79 <data format="log" name="log" label="log of normalization ${datasetName}"> 79 <data format="log" name="log" label="log of normalization ${datasetName}">
80 <filter>outputlog == "TRUE"</filter> 80 <filter>outputlog == "TRUE"</filter>