annotate data_manager_gene_annotation/data_manager/gene_annotation_fetcher.xml @ 0:0442068f5c91 draft

Uploaded
author scottx611x
date Tue, 26 Apr 2016 13:33:16 -0400
parents
children 9f718726ed86
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
1 <?xml version="1.0"?>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
2 <tool id="gene_annotation_fetcher_data_manager" name="Gene Annotation Fetch" tool_type="manage_data" version="1.0.0">
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
3 <description>gene annotation fetcher</description>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
4 <stdio>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
5 <exit_code description="Error" level="fatal" range="1:" />
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
6 </stdio>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
7 <command interpreter="python">
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
8 <![CDATA[
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
9 data_manager.py --out "${out_file}"
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
10 #if $gene_annotation_url:
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
11 --url "${gene_annotation_url}"
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
12 #end if
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
13 #if $database_name:
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
14 --name "${database_name}"
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
15 #end if
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
16 ]]>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
17 </command>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
18 <inputs>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
19 <param help="Enter a unique identifier, or leave blank for today's date" label="Name for this database" name="database_name" type="text" optional="True" />
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
20 <param label="Enter URL for gene annotation files" name="gene_annotation_url" type="text" />
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
21 </inputs>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
22 <outputs>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
23 <data format="data_manager_json" name="out_file" />
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
24 </outputs>
0442068f5c91 Uploaded
scottx611x
parents:
diff changeset
25 </tool>