Previous changeset 113:878c27dfea9d (2024-07-28) Next changeset 115:4aec47f872b3 (2024-08-20) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 2f823945594c6e61a7661c253b671a604b8fb959 |
modified:
jbrowse2.xml macros.xml |
b |
diff -r 878c27dfea9d -r 75f01bd05bd8 jbrowse2.xml --- a/jbrowse2.xml Sun Jul 28 02:42:43 2024 +0000 +++ b/jbrowse2.xml Tue Aug 20 06:43:01 2024 +0000 |
b |
@@ -335,7 +335,7 @@ tabix bgzip with predictable index file URI</option> </param> <when value="indexed"> - <param name="genome" type="select" optional="true" label="Select a built in reference genome or custom genome" help="If not listed, add a custom genome, use a history genome or a remote URI tabix genome"> + <param name="genome" type="select" optional="false" label="Select a built in reference genome or custom genome" help="If not listed, add a custom genome, use a history genome or a remote URI tabix genome"> <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"/> @@ -343,7 +343,7 @@ </param> </when> <when value="history"> - <param name="genome" type="data" format="fasta" optional="true" label="Select the reference genome"/> + <param name="genome" type="data" format="fasta" optional="false" label="Select the reference genome"/> </when> <when value="uri"> <param name="uri" type="text" label="URI pointing to tabix compressed fasta - must always be on-line" @@ -1153,6 +1153,8 @@ Many Galaxy datatypes can be turned into a track for display - in all cases, the selected reference genome must have been used to generate the data: +:: + bam bed bigwig |
b |
diff -r 878c27dfea9d -r 75f01bd05bd8 macros.xml --- a/macros.xml Sun Jul 28 02:42:43 2024 +0000 +++ b/macros.xml Tue Aug 20 06:43:01 2024 +0000 |
b |
@@ -1,5 +1,5 @@ <macros> - <token name="@TOOL_VERSION@">2.13.0</token> + <token name="@TOOL_VERSION@">2.13.1</token> <xml name="edamInc"> <edam_topics> <edam_topic>topic_3307</edam_topic> |