comparison jbrowse-fromdir.xml @ 41:8774b28235bb draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 8556ea066463f5e112b6ded2c1527011ab1e3b38"
author iuc
date Thu, 31 Dec 2020 16:00:42 +0000
parents 3235aeb45c22
children
comparison
equal deleted inserted replaced
40:17359b808b01 41:8774b28235bb
1 <tool id="jbrowse_to_standalone" name="JBrowse - Data Directory to Standalone" version="@TOOL_VERSION@+@WRAPPER_VERSION@"> 1 <tool id="jbrowse_to_standalone" name="JBrowse - Data Directory to Standalone" version="@TOOL_VERSION@+@WRAPPER_VERSION@">
2 <description>upgrades the bare data directory to a full JBrowse instance</description> 2 <description>upgrades the bare data directory to a full JBrowse instance</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <edam_operations>
7 <edam_operation>operation_3434</edam_operation>
8 </edam_operations>
9 <edam_topics>
10 <edam_topic>topic_3307</edam_topic>
11 <edam_topic>topic_0092</edam_topic>
12 </edam_topics>
6 <expand macro="requirements"/> 13 <expand macro="requirements"/>
7 <command detect_errors="exit_code"><![CDATA[ 14 <command detect_errors="exit_code"><![CDATA[
8 ## Create output directory 15 ## Create output directory
9 mkdir -p $output.files_path && 16 mkdir -p $output.files_path &&
10 17