comparison uploadzip.xml @ 1:fb547483e7bd draft

Uploaded
author davidvanzessen
date Wed, 13 Nov 2013 10:49:14 -0500
parents
children fdd4776a434f
comparison
equal deleted inserted replaced
0:4f3d79062c18 1:fb547483e7bd
1 <?xml version="1.0"?>
2
3 <tool name="Upload Zip File" id="uploadzip" version="1.0" workflow_compatible="false">
4 <description>
5 from your computer
6 </description>
7 <action module="galaxy.tools.actions.upload" class="UploadToolAction"/>
8 <requirements>
9 <requirement type="package">samtools</requirement>
10 </requirements>
11 <command interpreter="python">
12 uploadzip.py $GALAXY_ROOT_DIR $GALAXY_DATATYPES_CONF_FILE $paramfile
13 #set $outnum = 0
14 #while $varExists('output%i' % $outnum):
15 #set $output = $getVar('output%i' % $outnum)
16 #set $outnum += 1
17 #set $file_name = $output.file_name
18 ## FIXME: This is not future-proof for other uses of external_filename (other than for use by the library upload's "link data" feature)
19 #if $output.dataset.dataset.external_filename:
20 #set $file_name = "None"
21 #end if
22 ${output.dataset.dataset.id}:${output.files_path}:${file_name}
23 #end while
24 </command>
25 <inputs nginx_upload="true">
26 <param name="file_type" type="select" label="File Format" help="Which format? See help below">
27 <options from_parameter="tool.app.datatypes_registry.upload_file_formats" transform_lines="[ &quot;%s%s%s&quot; % ( line, self.separator, line ) for line in obj ]">
28 <column name="value" index="1"/>
29 <column name="name" index="0"/>
30 <filter type="sort_by" column="0"/>
31 <filter type="add_value" name="Auto-detect" value="auto" index="0"/>
32 </options>
33 </param>
34 <param name="async_datasets" type="hidden" value="None"/>
35 <upload_dataset name="files" title="Specify Files for Dataset" file_type_name="file_type" metadata_ref="files_metadata">
36 <param name="file_data" type="file" size="30" label="File" ajax-upload="true" help="TIP: Due to browser limitations, uploading files larger than 2GB is guaranteed to fail. To upload large files, use the URL method (below) or FTP (if enabled by the site administrator).">
37 <validator type="expression" message="You will need to reselect the file you specified (%s)." substitute_value_in_message="True">not ( ( isinstance( value, unicode ) or isinstance( value, str ) ) and value != "" )</validator> <!-- use validator to post message to user about needing to reselect the file, since most browsers won't accept the value attribute for file inputs -->
38 </param>
39 <param name="url_paste" type="text" area="true" size="5x35" label="URL/Text" help="Here you may specify a list of URLs (one per line) or paste the contents of a file."/>
40 <param name="ftp_files" type="ftpfile" label="Files uploaded via FTP"/>
41 <param name="space_to_tab" type="select" display="checkboxes" multiple="True" label="Convert spaces to tabs" help="Use this option if you are entering intervals by hand.">
42 <option value="Yes">Yes</option>
43 </param>
44 <param name="NAME" type="hidden" help="Name for dataset in upload"></param>
45 </upload_dataset>
46 <param name="dbkey" type="genomebuild" label="Genome" />
47 <conditional name="files_metadata" title="Specify metadata" value_from="self:app.datatypes_registry.get_upload_metadata_params" value_ref="file_type" value_ref_in_group="False" />
48 <!-- <param name="other_dbkey" type="text" label="Or user-defined Genome" /> -->
49 </inputs>
50 <help>
51
52 **Auto-detect**
53
54 The system will attempt to detect Axt, Fasta, Fastqsolexa, Gff, Gff3, Html, Lav, Maf, Tabular, Wiggle, Bed and Interval (Bed with headers) formats. If your file is not detected properly as one of the known formats, it most likely means that it has some format problems (e.g., different number of columns on different rows). You can still coerce the system to set your data to the format you think it should be. You can also upload compressed files, which will automatically be decompressed.
55
56 -----
57
58 **Ab1**
59
60 A binary sequence file in 'ab1' format with a '.ab1' file extension. You must manually select this 'File Format' when uploading the file.
61
62 -----
63
64 **Axt**
65
66 blastz pairwise alignment format. Each alignment block in an axt file contains three lines: a summary line and 2 sequence lines. Blocks are separated from one another by blank lines. The summary line contains chromosomal position and size information about the alignment. It consists of 9 required fields.
67
68 -----
69
70 **Bam**
71
72 A binary file compressed in the BGZF format with a '.bam' file extension.
73
74 -----
75
76 **Bed**
77
78 * Tab delimited format (tabular)
79 * Does not require header line
80 * Contains 3 required fields:
81
82 - chrom - The name of the chromosome (e.g. chr3, chrY, chr2_random) or contig (e.g. ctgY1).
83 - chromStart - The starting position of the feature in the chromosome or contig. The first base in a chromosome is numbered 0.
84 - chromEnd - The ending position of the feature in the chromosome or contig. The chromEnd base is not included in the display of the feature. For example, the first 100 bases of a chromosome are defined as chromStart=0, chromEnd=100, and span the bases numbered 0-99.
85
86 * May contain 9 additional optional BED fields:
87
88 - name - Defines the name of the BED line. This label is displayed to the left of the BED line in the Genome Browser window when the track is open to full display mode or directly to the left of the item in pack mode.
89 - score - A score between 0 and 1000. If the track line useScore attribute is set to 1 for this annotation data set, the score value will determine the level of gray in which this feature is displayed (higher numbers = darker gray).
90 - strand - Defines the strand - either '+' or '-'.
91 - thickStart - The starting position at which the feature is drawn thickly (for example, the start codon in gene displays).
92 - thickEnd - The ending position at which the feature is drawn thickly (for example, the stop codon in gene displays).
93 - itemRgb - An RGB value of the form R,G,B (e.g. 255,0,0). If the track line itemRgb attribute is set to "On", this RBG value will determine the display color of the data contained in this BED line. NOTE: It is recommended that a simple color scheme (eight colors or less) be used with this attribute to avoid overwhelming the color resources of the Genome Browser and your Internet browser.
94 - blockCount - The number of blocks (exons) in the BED line.
95 - blockSizes - A comma-separated list of the block sizes. The number of items in this list should correspond to blockCount.
96 - blockStarts - A comma-separated list of block starts. All of the blockStart positions should be calculated relative to chromStart. The number of items in this list should correspond to blockCount.
97
98 * Example::
99
100 chr22 1000 5000 cloneA 960 + 1000 5000 0 2 567,488, 0,3512
101 chr22 2000 6000 cloneB 900 - 2000 6000 0 2 433,399, 0,3601
102
103 -----
104
105 **Fasta**
106
107 A sequence in FASTA format consists of a single-line description, followed by lines of sequence data. The first character of the description line is a greater-than (">") symbol in the first column. All lines should be shorter than 80 characters::
108
109 >sequence1
110 atgcgtttgcgtgc
111 gtcggtttcgttgc
112 >sequence2
113 tttcgtgcgtatag
114 tggcgcggtga
115
116 -----
117
118 **FastqSolexa**
119
120 FastqSolexa is the Illumina (Solexa) variant of the Fastq format, which stores sequences and quality scores in a single file::
121
122 @seq1
123 GACAGCTTGGTTTTTAGTGAGTTGTTCCTTTCTTT
124 +seq1
125 hhhhhhhhhhhhhhhhhhhhhhhhhhPW@hhhhhh
126 @seq2
127 GCAATGACGGCAGCAATAAACTCAACAGGTGCTGG
128 +seq2
129 hhhhhhhhhhhhhhYhhahhhhWhAhFhSIJGChO
130
131 Or::
132
133 @seq1
134 GAATTGATCAGGACATAGGACAACTGTAGGCACCAT
135 +seq1
136 40 40 40 40 35 40 40 40 25 40 40 26 40 9 33 11 40 35 17 40 40 33 40 7 9 15 3 22 15 30 11 17 9 4 9 4
137 @seq2
138 GAGTTCTCGTCGCCTGTAGGCACCATCAATCGTATG
139 +seq2
140 40 15 40 17 6 36 40 40 40 25 40 9 35 33 40 14 14 18 15 17 19 28 31 4 24 18 27 14 15 18 2 8 12 8 11 9
141
142 -----
143
144 **Gff**
145
146 GFF lines have nine required fields that must be tab-separated.
147
148 -----
149
150 **Gff3**
151
152 The GFF3 format addresses the most common extensions to GFF, while preserving backward compatibility with previous formats.
153
154 -----
155
156 **Interval (Genomic Intervals)**
157
158 - Tab delimited format (tabular)
159 - File must start with definition line in the following format (columns may be in any order).::
160
161 #CHROM START END STRAND
162
163 - CHROM - The name of the chromosome (e.g. chr3, chrY, chr2_random) or contig (e.g. ctgY1).
164 - START - The starting position of the feature in the chromosome or contig. The first base in a chromosome is numbered 0.
165 - END - The ending position of the feature in the chromosome or contig. The chromEnd base is not included in the display of the feature. For example, the first 100 bases of a chromosome are defined as chromStart=0, chromEnd=100, and span the bases numbered 0-99.
166 - STRAND - Defines the strand - either '+' or '-'.
167
168 - Example::
169
170 #CHROM START END STRAND NAME COMMENT
171 chr1 10 100 + exon myExon
172 chrX 1000 10050 - gene myGene
173
174 -----
175
176 **Lav**
177
178 Lav is the primary output format for BLASTZ. The first line of a .lav file begins with #:lav..
179
180 -----
181
182 **MAF**
183
184 TBA and multiz multiple alignment format. The first line of a .maf file begins with ##maf. This word is followed by white-space-separated "variable=value" pairs. There should be no white space surrounding the "=".
185
186 -----
187
188 **Scf**
189
190 A binary sequence file in 'scf' format with a '.scf' file extension. You must manually select this 'File Format' when uploading the file.
191
192 -----
193
194 **Sff**
195
196 A binary file in 'Standard Flowgram Format' with a '.sff' file extension.
197
198 -----
199
200 **Tabular (tab delimited)**
201
202 Any data in tab delimited format (tabular)
203
204 -----
205
206 **Wig**
207
208 The wiggle format is line-oriented. Wiggle data is preceded by a track definition line, which adds a number of options for controlling the default display of this track.
209
210 -----
211
212 **Other text type**
213
214 Any text file
215
216 </help>
217 </tool>