comparison scaffold.xml @ 1:0d0cbb69a03f draft

Uploaded
author galaxyp
date Fri, 26 Sep 2014 15:10:34 -0400
parents e9981e6af666
children ef6a14c5f859
comparison
equal deleted inserted replaced
0:e9981e6af666 1:0d0cbb69a03f
5 <configfiles> 5 <configfiles>
6 <configfile name="sample_config"># Simple format group:group_name followed by pairs of name:name and path:path lines 6 <configfile name="sample_config"># Simple format group:group_name followed by pairs of name:name and path:path lines
7 #if $sample_mode.mode == "full" 7 #if $sample_mode.mode == "full"
8 #set $samples = $sample_mode.samples 8 #set $samples = $sample_mode.samples
9 #for $sample in $samples: 9 #for $sample in $samples:
10 #if $sample.category.specify 10 #if $sample.category.specify
11 #set $category = $sample.category.name 11 #set $category = $sample.category.name
12 #else 12 #else
13 #set $category = $sample.sample_name 13 #set $category = $sample.sample_name
14 #end if 14 #end if
15 sample:$sample.sample_name 15 sample:$sample.sample_name
16 mudpit:$sample.mudpit 16 mudpit:$sample.mudpit
17 category:$category 17 category:$category
18 #for $sample_input in $sample.sample_inputs: 18 #for $sample_input in $sample.sample_inputs:
45 --protein_probability '$thresholds.protein_probability' \ 45 --protein_probability '$thresholds.protein_probability' \
46 --peptide_probability '$thresholds.peptide_probability' \ 46 --peptide_probability '$thresholds.peptide_probability' \
47 #end if 47 #end if
48 #if $advanced.specify 48 #if $advanced.specify
49 #if $advanced.output_driver 49 #if $advanced.output_driver
50 --output_driver $output_drirver \ 50 --output_driver $output_driver \
51 #end if 51 #end if
52 #end if 52 #end if
53 </command> 53 </command>
54 <inputs> 54 <inputs>
55 <param format="fasta" name="database" type="data" label="Search Database" /> 55 <param format="fasta" name="database" type="data" label="Search Database" />
85 <when value="false" /> 85 <when value="false" />
86 <when value="true"> 86 <when value="true">
87 <param name="name" type="text" label="Category Name" help="" /> 87 <param name="name" type="text" label="Category Name" help="" />
88 </when> 88 </when>
89 </conditional> 89 </conditional>
90 </repeat> 90 </repeat>
91 </when> 91 </when>
92 <when value="sample_per_file"> 92 <when value="sample_per_file">
93 <param format="t.xml,omx" name="sample_inputs" type="data" multiple="true" label="Input Files" /> 93 <param format="t.xml,omx" name="sample_inputs" type="data" multiple="true" label="Input Files" />
94 </when> 94 </when>
95 </conditional> 95 </conditional>
112 --> 112 -->
113 </when> 113 </when>
114 </conditional> 114 </conditional>
115 </inputs> 115 </inputs>
116 <outputs> 116 <outputs>
117 <data format="xml" name="output_drirver" label="Scaffold Driver for ${on_string}"> 117 <data format="xml" name="output_driver" label="Scaffold Driver for ${on_string}">
118 <filter>(advanced['specify'] and advanced["output_driver"])</filter> 118 <filter>(advanced['specify'] and advanced["output_driver"])</filter>
119 </data> 119 </data>
120 <data format="sf3" name="output" /> 120 <data format="sf3" name="output" />
121 </outputs> 121 </outputs>
122 <requirements> 122 <requirements>
132 132
133 **Citation** 133 **Citation**
134 134
135 For the underlying tool, please cite `TODO` 135 For the underlying tool, please cite `TODO`
136 136
137 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-scaffold 137 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/scaffold
138 </help> 138 </help>
139 </tool> 139 </tool>