Mercurial > repos > iuc > jbrowse
annotate jbrowse-fromdir.xml @ 73:0745b27fe62c draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 80fbf6800feb0bb02c047d37e97b7a12e9c68f4c"
| author | iuc |
|---|---|
| date | Fri, 23 Apr 2021 11:36:56 +0000 |
| parents | 4340af194c46 |
| children |
| rev | line source |
|---|---|
|
50
845b164a6143
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
iuc
parents:
42
diff
changeset
|
1 <tool id="jbrowse_to_standalone" name="JBrowse - Data Directory to Standalone" version="@TOOL_VERSION@+@WRAPPER_VERSION@"> |
| 16 | 2 <description>upgrades the bare data directory to a full JBrowse instance</description> |
| 3 <macros> | |
| 4 <import>macros.xml</import> | |
| 5 </macros> | |
|
69
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
6 <edam_operations> |
|
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
7 <edam_operation>operation_3434</edam_operation> |
|
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
8 </edam_operations> |
|
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
9 <edam_topics> |
|
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
10 <edam_topic>topic_3307</edam_topic> |
|
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
11 <edam_topic>topic_0092</edam_topic> |
|
4340af194c46
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
iuc
parents:
63
diff
changeset
|
12 </edam_topics> |
| 16 | 13 <expand macro="requirements"/> |
|
53
c6fd9fbd50e7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents:
50
diff
changeset
|
14 <command detect_errors="exit_code"><![CDATA[ |
| 16 | 15 ## Create output directory |
| 16 mkdir -p $output.files_path && | |
|
63
ac719c16239f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
53
diff
changeset
|
17 |
|
ac719c16239f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
53
diff
changeset
|
18 export JBROWSE_SOURCE_DIR=\$(dirname \$(command -v prepare-refseqs.pl))/../opt/jbrowse && |
|
ac719c16239f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
53
diff
changeset
|
19 |
| 16 | 20 ## Copy in jbrowse |
| 21 cp -R \${JBROWSE_SOURCE_DIR}/* $output.files_path/ && | |
| 22 | |
| 23 ## Copy in data directory | |
| 24 cp -R $input.dataset.extra_files_path/data/ $output.files_path/ && | |
|
63
ac719c16239f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
53
diff
changeset
|
25 cp $output.files_path/index.html $output |
| 16 | 26 ]]></command> |
| 27 <inputs> | |
| 28 <param label="JBrowse Data Directory" | |
| 29 name="input" | |
| 30 type="data" | |
| 31 help="Look for datasets with 'JBrowse ... Data Directory' in the name" | |
| 32 format="html" /> | |
| 33 </inputs> | |
| 34 <outputs> | |
| 35 <data format="html" name="output" label="#set $name = $input.name.replace('Data Directory', 'Standalone')# $name"/> | |
| 36 </outputs> | |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
37 <tests> |
|
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
38 </tests> |
| 16 | 39 <help><![CDATA[ |
| 40 Upgrades an existing bare JBrowse "data" directory into a full-fledged JBrowse instance. | |
| 41 | |
| 42 @ATTRIBUTION@ | |
| 43 ]]></help> | |
|
42
c1451868f8d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 0bfb0de98c918860c21808e8832caad9f0535975
iuc
parents:
40
diff
changeset
|
44 <expand macro="citations"/> |
| 16 | 45 </tool> |
