comparison jbrowse_hub.xml @ 60:ed17bb465bde draft

planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit 8386544cbce1efb5e9dd1f805a2099b3e214363f-dirty
author yating-l
date Fri, 07 Apr 2017 12:38:46 -0400
parents 3e5b6f6a9abe
children ea301a2d2229
comparison
equal deleted inserted replaced
59:caf649fc310b 60:ed17bb465bde
17 <command detect_errors="exit_code"><![CDATA[ 17 <command detect_errors="exit_code"><![CDATA[
18 python $__tool_directory__/jbrowse_hub.py 18 python $__tool_directory__/jbrowse_hub.py
19 --fasta '$reference' 19 --fasta '$reference'
20 --genome_name '$genome_name' 20 --genome_name '$genome_name'
21 21
22 #set galaxy_url = str($GALAXY_URL)
23 #set $jbrowse_url = galaxy_url.replace("8080", "80")
24 --jbrowse_host '$jbrowse_url'
25
22 ## json metadata recording from Remi's hub-archive-creator.xml 26 ## json metadata recording from Remi's hub-archive-creator.xml
23 #import json 27 #import json
24 #set global data_parameter_dict = {} 28 #set global data_parameter_dict = {}
25 29
26 ## Function to retrieve the data of the inputs 30 ## Function to retrieve the data of the inputs
98 -o '$output' 102 -o '$output'
99 103
100 ]]></command> 104 ]]></command>
101 105
102 <inputs> 106 <inputs>
107 <param name="GALAXY_URL" type="baseurl" value="" />
103 <param name="reference" type="data" format="fasta" label="Reference Genome" /> 108 <param name="reference" type="data" format="fasta" label="Reference Genome" />
104 <param name="genome_name" type="text" size="30" value="unknown" label="Genome name" /> 109 <param name="genome_name" type="text" size="30" value="unknown" label="Genome name" />
105 <repeat name="group" title="New group"> 110 <repeat name="group" title="New group">
106 <param type="text" name="group_name" label="Group name" value="Default group"/> 111 <param type="text" name="group_name" label="Group name" value="Default group"/>
107 <repeat name="format" title="New track"> 112 <repeat name="format" title="New track">