Mercurial > repos > iuc > jbrowse
annotate jbrowse.xml @ 3:3b7938dfd6f9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ee42c322505b6e4e79b1398995c6474250355cef-dirty
| author | iuc |
|---|---|
| date | Mon, 04 May 2015 14:04:09 -0400 |
| parents | c77c1d5baadb |
| children | 67b69bf76cd5 |
| rev | line source |
|---|---|
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
1 <tool id="jbrowse" name="JBrowse" version="1.0"> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
2 <description>genome browser</description> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
3 <macros> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
5 </macros> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
7 <expand macro="stdio"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
8 <version_command>python jbrowse.py --version</version_command> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
9 <command interpreter="python"><![CDATA[jbrowse.py |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
10 $positional_1 |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
11 |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
12 #set repeat_var_2 = '" "'.join([ str($var.gff3) for $var in $repeat_2 ]) |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
13 #set repeat_var_3 = '" "'.join([ str($var.gff3.ext) for $var in $repeat_2 ]) |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
14 #set repeat_var_4 = '" "'.join([ str($var.gff3_label) for $var in $repeat_2 ]) |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
15 |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
16 --gff3 "$repeat_var_2" |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
17 --gff3_format "$repeat_var_3" |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
18 --gff3_label "$repeat_var_4" |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
19 |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
20 |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
21 --jbrowse \${JBROWSE_SOURCE_DIR} |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
22 --outdir $default.files_path |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
23 > $default]]></command> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
24 <inputs> |
|
3
3b7938dfd6f9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ee42c322505b6e4e79b1398995c6474250355cef-dirty
iuc
parents:
0
diff
changeset
|
25 <param label="Genome" name="positional_1" type="data" format="fasta"/> |
|
0
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
26 <repeat name="repeat_2" title="Annotation Track"> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
27 <param label="GFF3/BED" format="gff,gff3,bed" name="gff3" |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
28 type="data"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
29 <param label="Dataset Label" name="gff3_label" type="text"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
30 </repeat> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
31 </inputs> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
32 <outputs> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
33 <data format="html" name="default" label="JBrowse on $positional_1.name"/> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
34 </outputs> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
35 <help><![CDATA[ |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
36 Deploy a static JBrowse visualization of a genome and some associated datasets |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
37 ]]></help> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
38 </tool> |
|
c77c1d5baadb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 25797deb85d5b7582b8ee11076998622bc282fd8
iuc
parents:
diff
changeset
|
39 |
