Mercurial > repos > iuc > jbrowse
annotate jbrowse-fromdir.xml @ 35:3235aeb45c22 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
author | iuc |
---|---|
date | Wed, 18 Dec 2019 10:46:52 -0500 |
parents | 1cfc579079a6 |
children | 8774b28235bb |
rev | line source |
---|---|
22
5f70e7fe6077
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
iuc
parents:
8
diff
changeset
|
1 <tool id="jbrowse_to_standalone" name="JBrowse - Data Directory to Standalone" version="@TOOL_VERSION@+@WRAPPER_VERSION@"> |
3 | 2 <description>upgrades the bare data directory to a full JBrowse instance</description> |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements"/> | |
25
1cfc579079a6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit b6f9a87b6091cc881a49e0b6acfadc5e7786967f
iuc
parents:
22
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
3 | 8 ## Create output directory |
9 mkdir -p $output.files_path && | |
35
3235aeb45c22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
25
diff
changeset
|
10 |
3235aeb45c22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
25
diff
changeset
|
11 export JBROWSE_SOURCE_DIR=\$(dirname \$(command -v prepare-refseqs.pl))/../opt/jbrowse && |
3235aeb45c22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
25
diff
changeset
|
12 |
3 | 13 ## Copy in jbrowse |
14 cp -R \${JBROWSE_SOURCE_DIR}/* $output.files_path/ && | |
15 | |
16 ## Copy in data directory | |
17 cp -R $input.dataset.extra_files_path/data/ $output.files_path/ && | |
35
3235aeb45c22
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 22ed9cb1e65cff5239df7ad4c76eaf0e981cf279"
iuc
parents:
25
diff
changeset
|
18 cp $output.files_path/index.html $output |
3 | 19 ]]></command> |
20 <inputs> | |
21 <param label="JBrowse Data Directory" | |
22 name="input" | |
23 type="data" | |
24 help="Look for datasets with 'JBrowse ... Data Directory' in the name" | |
25 format="html" /> | |
26 </inputs> | |
27 <outputs> | |
28 <data format="html" name="output" label="#set $name = $input.name.replace('Data Directory', 'Standalone')# $name"/> | |
29 </outputs> | |
8
ad4b9d7eae6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 9a243c616a4a3156347e38fdb5f35863ae5133f9
iuc
parents:
3
diff
changeset
|
30 <tests> |
ad4b9d7eae6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 9a243c616a4a3156347e38fdb5f35863ae5133f9
iuc
parents:
3
diff
changeset
|
31 </tests> |
3 | 32 <help><![CDATA[ |
33 Upgrades an existing bare JBrowse "data" directory into a full-fledged JBrowse instance. | |
34 | |
35 @ATTRIBUTION@ | |
36 ]]></help> | |
8
ad4b9d7eae6a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 9a243c616a4a3156347e38fdb5f35863ae5133f9
iuc
parents:
3
diff
changeset
|
37 <expand macro="citations"/> |
3 | 38 </tool> |