comparison analysis_add_analysis.xml @ 0:f8dab3351d1b draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f745b23c84a615bf434d717c8c0e553a012f0268
author gga
date Mon, 11 Sep 2017 05:49:35 -0400
parents
children fa035088afe6
comparison
equal deleted inserted replaced
-1:000000000000 0:f8dab3351d1b
1 <?xml version="1.0"?>
2 <tool id="analysis_add_analysis" profile="16.04" name="Create an analysis" version="@WRAPPER_VERSION@.0">
3 <description>in Tripal</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements">
8 <requirement type="package" version="1.5">jq</requirement>
9 </expand>
10 <expand macro="stdio"/>
11 <command><![CDATA[
12
13 @AUTH@
14
15 tripaille analysis add_analysis
16
17 @ANALYSIS@
18
19 | jq -S . > $results
20 ]]></command>
21 <inputs>
22 <expand macro="analysis" />
23 </inputs>
24 <outputs>
25 <data format="json" name="results" label="New Tripal analysis" />
26 </outputs>
27 <tests>
28 <test expect_failure="true">
29 <section name="analysis">
30 <param name="name" value="Some analysis" />
31 <param name="program" value="blastp" />
32 <param name="program_version" value="2.5.0" />
33 <param name="algorithm" value="blast" />
34 <param name="source" value="NCBI" />
35 <param name="source_version" value="1.0" />
36 <param name="source_uri" value="http://ncbi.com/somewhere" />
37 <param name="description" value="My cool new test analysis" />
38 <param name="date" value="2016-12-12" />
39 </section>
40
41 <expand macro="test_result" />
42 </test>
43 </tests>
44 <help><![CDATA[
45 @HELP_OVERVIEW@
46
47 **Create Analysis**
48
49 With this tool, you can create a new analysis in the Tripal/Chado database.
50
51 Keep in mind that you cannot add multiple analysis with the same program, program version and source.
52
53 @HELP@
54 ]]></help>
55 <expand macro="citation"/>
56 </tool>