diff jbrowse_hub.xml @ 15:8627394693c6 draft

planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit f18ea51d27ec7addfa6413716391cfefebc8acbc-dirty
author yating-l
date Tue, 14 Mar 2017 14:57:39 -0400
parents 0e29c929a8ee
children 99d66676570b
line wrap: on
line diff
--- a/jbrowse_hub.xml	Tue Mar 14 14:43:09 2017 -0400
+++ b/jbrowse_hub.xml	Tue Mar 14 14:57:39 2017 -0400
@@ -28,10 +28,10 @@
                 --bam $f.formatChoice.BAM
             #end if
             #if $f.formatChoice.format_select == 'gff3_transcript'
-                --gff3_transcript $f.formatChoice.GFF3-transcript
+                --gff3_transcript $f.formatChoice.GFF3_transcript
             #end if
             #if $f.formatChoice.format_select == 'gff3_mrna'
-                --gff3_mrna $f.formatChoice.GFF3-mrna
+                --gff3_mrna $f.formatChoice.GFF3_mrna
             #end if
             #if $f.formatChoice.format_select == 'blastxml'
                 --blastxml $f.formatChoice.BlastXML
@@ -114,7 +114,7 @@
                     <when value="gff3_transcript">
                         <param
                                 format="gff3"
-                                name="GFF3-transcript"
+                                name="GFF3_transcript"
                                 type="data"
                                 label="GFF3 File"
                         />
@@ -122,7 +122,7 @@
                     <when value="gff3_mrna">
                         <param
                                 format="gff3"
-                                name="GFF3-mrna"
+                                name="GFF3_mrna"
                                 type="data"
                                 label="GFF3 File"
                         />
@@ -148,8 +148,8 @@
             <param name="output" value="hubtest" />
             <repeat name="format">
                 <conditional name="formatChoice">
-                    <param name="format_select" value="gff3"/>
-                    <param name="GFF3-transcript" value="dbia3/raw/Augustus_on_data_3__GTF_GFF.gff3" />
+                    <param name="format_select" value="gff3_transcript"/>
+                    <param name="GFF3_transcript" value="dbia3/raw/Augustus_on_data_3__GTF_GFF.gff3" />
                 </conditional>
             </repeat>
             <output name="output" file="hubtest" >