changeset 29:d917e081decd draft

planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit e81fecac281f299db00cfc88a068e056b031ae9d-dirty
author yating-l
date Wed, 15 Mar 2017 11:40:30 -0400
parents 5580dbf2a31c
children daf6a1122200
files jbrowse_hub.xml
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/jbrowse_hub.xml	Wed Mar 15 11:36:09 2017 -0400
+++ b/jbrowse_hub.xml	Wed Mar 15 11:40:30 2017 -0400
@@ -26,7 +26,6 @@
             #end if
             #if $f.formatChoice.format_select == 'bam'
                 --bam $f.formatChoice.BAM
-                --bai $f.formatChoice.BAM.metadata.bam_index
             #end if
             #if $f.formatChoice.format_select == 'gff3_transcript'
                 --gff3_transcript $f.formatChoice.GFF3_transcript
@@ -56,7 +55,6 @@
                 <conditional name="formatChoice">
                     <param name="format_select" type="select" label="Format">
                         <option value="bam" selected="true">BAM</option>
-                        <option value="bai">BAI (BAM index)</option>
                         <option value="bed">BED</option>
                         <option value="blastxml">BLASTXML</option>
                         <option value="bigwig">BIGWIG</option>
@@ -72,14 +70,6 @@
                                 type="data"
                                 label="BAM File"
                         />
-                    </when>  
-                    <when value="bai">
-                        <param
-                                format="bai"
-                                name="BAI"
-                                type="data"
-                                label="BAI File"
-                        />
                     </when>     
                     <when value="bed">
                         <conditional name="bedChoice">