annotate mabcstats.xml @ 54:8855844f40a8 draft

Uploaded the latest version of our Flapjack tools for Galaxy.
author cropgeeks
date Tue, 14 Nov 2017 06:42:48 -0500
parents 3e426561ac83
children 6777844fd638
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
1 <tool id="flapjack_mabcstats" name="Flapjack MABCStats" version="0.0.1">
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
2 <description>Run marker assisted backcrossing (MABC) analysis on a dataset</description>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
3 <command><![CDATA[
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
4 java
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
5 #if $adv_opts.show_advanced
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
6 -Xmx$adv_opts.memory
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
7 #end if
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
8 -cp $__tool_directory__/lib/flapjack.jar jhi.flapjack.io.cmd.GenerateMabcStats
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
9 -m $map
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
10 -g $genotypes
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
11 -q $qtls
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
12 -r $parent1
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
13 -d $parent2
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
14 -model $model
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
15 -c $coverage
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
16 -o $output
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
17 #if $adv_opts.show_advanced
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
18 $adv_opts.allChromosomes
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
19 $adv_opts.collapseHets
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
20 -M "$adv_opts.missingData"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
21 -S "$adv_opts.hetSep"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
22 $adv_opts.transposed
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
23 $adv_opts.decimalEnglish
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
24 #end if
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
25 #if $create_project
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
26 -p $project
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
27 #end if
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
28 ]]></command>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
29
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
30 <inputs>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
31 <param format="fjmap" name="map" type="data"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
32 label="Flapjack map file"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
33 help="Flapjack-formatted (tab-delimited text) input file of map data."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
34
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
35 <param format="fjgenotype" name="genotypes" type="data"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
36 label="Flapjack genotype file"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
37 help="Flapjack-formatted (tab-delimited text) input file of genotype data."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
38
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
39 <param format="fjqtl" name="qtls" type="data"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
40 label="Flapjack QTL file"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
41 help="Flapjack-formatted (tab-delimited text) input file of QTL data."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
42
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
43 <param name="parent1" type="integer" value="1"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
44 label="Index of recurrent parent"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
45 help="The index of the recurrent parent in the genotype file."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
46
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
47 <param name="parent2" type="integer" value="2"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
48 label="Index of donor parent"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
49 help="The index of the donor parent in the genotype file."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
50
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
51 <param name="model" type="select"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
52 label="Model"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
53 help="The model to use for calculating statistics.">
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
54 <option selected="true" value="weighted">Weighted</option>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
55 <option value="unweighted">Unweighted</option>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
56 </param>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
57
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
58 <param name="coverage" type="float" value="10" label="Maximum coverage of a marker"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
59 help="The maximum length of genome a marker can represent."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
60
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
61 <conditional name="adv_opts">
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
62 <param name="show_advanced" type="boolean"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
63 label="Enable advanced options"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
64 truevalue="show" falsevalue="">
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
65 </param>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
66 <when value="show">
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
67 <param name="allChromosomes" type="boolean" truevalue="-A" falsevalue="" checked="False"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
68 label="Duplicate all markers onto a single 'All Chromosomes' chromosome"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
69 help="Imports the data so that an additional 'All Chromosomes' chromosome is created, containing every marker in the dataset held together."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
70
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
71 <param name="collapseHets" type="boolean" truevalue="-C" falsevalue="" checked="True"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
72 label="Don't distinguish between heterozygous alleles"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
73 help="Ignores phase between heterozygous alleles, treating, for example, A/T the same as T/A."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
74
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
75 <param name="missingData" type="text" value="-"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
76 label="Missing data string"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
77 help="Alleles with missing data are encoded using this string. Clear the box to use an empty string for missing data instead."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
78
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
79 <param name="hetSep" type="text" value="/"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
80 label="Heterozygous allele separator string"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
81 help="Specifies the string used to separator heterozygous alleles (eg 'A/T'). Clear the box to specify no string is used (eg 'AT')"/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
82
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
83 <param name="transposed" type="boolean" truevalue="-T" falsevalue="" checked="False"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
84 label="Genotype data has been transposed"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
85 help="Flapjack's default format has markers as columns. Select this to specify markers as rows instead."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
86
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
87 <param name="decimalEnglish" type="boolean" truevalue="-D" falsevalue="" checked="False"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
88 label="Force English-style decimal marks"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
89 help="Always process input data using '.' as the decimal separator, irrespective of this Galaxy server's locale settings."/>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
90
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
91 <param name="memory" type="select"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
92 label="Memory"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
93 help="How much memory to use (larger files may require more memory).">
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
94 <option selected="true" value="64m">64MB</option>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
95 <option value="128m">128MB</option>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
96 <option value="256m">256MB</option>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
97 </param>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
98 </when>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
99 </conditional>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
100
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
101 <param name="create_project" type="boolean" label="Also create Flapjack project file"
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
102 truevalue="true" falsevalue="false" help="Creates an additional Flapjack project file containing the MABC results.">
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
103 </param>
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
104 </inputs>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
105
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
106 <outputs>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
107 <data format="tabular" name="output" />
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
108 <data format="flapjack" name="project">
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
109 <filter>create_project</filter>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
110 </data>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
111 </outputs>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
112
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
113 <stdio>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
114 <exit_code range="1:" />
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
115 </stdio>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
116
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
117 <help><![CDATA[
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
118 .. class:: infomark
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
119
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
120 **What it does**
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
121
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
122 Flapjack is a multi-platform application providing interactive visualizations of high-throughput genotype data,
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
123 allowing for rapid navigation and comparisons between lines, markers and chromosomes.
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
124
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
125 Flapjack documentation_
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
126
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
127 .. _documentation: http://flapjack.hutton.ac.uk/en/latest/command_line_support.html#mabcstats-exe-jhi-flapjack-io-generatemabcstats
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
128 ]]></help>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
129
54
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
130 <citations>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
131 <citation type="doi">10.1093/bioinformatics/btq580</citation>
8855844f40a8 Uploaded the latest version of our Flapjack tools for Galaxy.
cropgeeks
parents: 52
diff changeset
132 </citations>
4
8970bd921458 Uploaded
cropgeeks
parents:
diff changeset
133 </tool>