diff jbrowse2.xml @ 53:bdfa6a7c4543 draft

planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 44df75b3714aa9e02983e0b67ef43fc0eee4a8d4-dirty
author fubar
date Thu, 07 Mar 2024 09:23:06 +0000
parents 460d5b6c5d98
children d6b0feb22584
line wrap: on
line diff
--- a/jbrowse2.xml	Thu Mar 07 06:41:01 2024 +0000
+++ b/jbrowse2.xml	Thu Mar 07 09:23:06 2024 +0000
@@ -275,7 +275,8 @@
                     help="If your genome of interest is not listed, contact the Galaxy team"
                     label="Select a reference genome"
                     name="genome"
-                    type="select">
+                    type="select"
+                    optional="true">
                     <options from_data_table="all_fasta">
                         <filter column="2" type="sort_by"/>
                         <validator message="No genomes are available for the selected input dataset" type="no_options">
@@ -288,7 +289,8 @@
                     format="fasta"
                     label="Select the reference genome"
                     name="genome"
-                    type="data">
+                    type="data"
+                    optional="true">
                 </param>
             </when>
             <when value="uri">
@@ -318,9 +320,9 @@
                         <option value="bed">BED track</option>
                         <option value="bigwig">BigWig track</option>
                         <option value="blastxml">Blast XML track - converted to GFF</option>
+                        <option value="cram">CRAM</option>
                         <option value="cool">HiC as cool/mcool/scool format files</option>
-                        <option value="cram">CRAM</option>
-                        <option value="gff" selected="true">GFF/GFF3 feature track</option>
+                        <option value="gff">GFF/GFF3 feature track</option>
                         <option value="hic">HiC as juicebox_hic format file. Tabular hic_matrix will NOT work.</option>
                         <option value="maf">Multiple alignment format. Reference name must match the MAF name exactly to work correctly</option>
                         <option value="paf">PAF - approximate mapping positions between two set of sequences</option>