Mercurial > repos > iuc > jbrowse
diff jbrowse-fromdir.xml @ 8:ad4b9d7eae6a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 9a243c616a4a3156347e38fdb5f35863ae5133f9
author | iuc |
---|---|
date | Tue, 29 Nov 2016 10:55:30 -0500 |
parents | 7342f467507b |
children | 5f70e7fe6077 |
line wrap: on
line diff
--- a/jbrowse-fromdir.xml Sun Jun 26 10:50:15 2016 -0400 +++ b/jbrowse-fromdir.xml Tue Nov 29 10:55:30 2016 -0500 @@ -1,11 +1,10 @@ -<tool id="jbrowse_to_standalone" name="JBrowse - Data Directory to Standalone" version="0.4"> +<tool id="jbrowse_to_standalone" name="JBrowse - Data Directory to Standalone" version="@WRAPPER_VERSION@"> <description>upgrades the bare data directory to a full JBrowse instance</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> - <version_command>python jbrowse.py --version</version_command> <command><![CDATA[ ## Create output directory mkdir -p $output.files_path && @@ -26,15 +25,12 @@ <outputs> <data format="html" name="output" label="#set $name = $input.name.replace('Data Directory', 'Standalone')# $name"/> </outputs> + <tests> + </tests> <help><![CDATA[ Upgrades an existing bare JBrowse "data" directory into a full-fledged JBrowse instance. @ATTRIBUTION@ ]]></help> - <tests> - </tests> - <citations> - <citation type="doi">10.1101/gr.094607.109</citation> - </citations> + <expand macro="citations"/> </tool> -