Skip to content

Commit

Permalink
update jbrowse2 to 2.13.1 (bgruening#1484)
Browse files Browse the repository at this point in the history
* adding first tested and working generated tool from https://github.com/fubar2/nftoolmaker
It actually does work. Sort of.
Hope this is useful to someone.

* fixes suggested by bgruening for the PR - all adjustments will now apply to all future generated tools :)

* add yara mapper ToolFactory - NOT from nf-core.
Allows single ended fastq or fasta to be mapped, or a pair of forward and reverse - both must be fastq

* small test files still work :)

* single quotes for $runme - disappeared mysteriously :(

* adding panaroo

* Finally fixed the '$runme' suggestion and got the sanitisers not to.

* fix profile="22.05" - need to update galaxyxml to fix this and the stdio replacement...

* cleanup master branch of fork

* update help
some prompts
add bgperpx - todo add as a parameter

* 2.12.2 update
Add wiggle track colour and other controls
Add bpPerPx in advanced section to control view scale at default open
Clarify dependence on remote URI tabix data if uri source used.

* bump to 2.12.3 jb2
still passes tests - no breakage yet.

* fix JB2VER although not currently used...

* Have the no-build plugin for bed colour above and below zero binary working!
Involved a substantial simplification of the default_session setup - just needed "configuration": displayId in the display.
Simples.

* remove copy for strings.

* Update tools/jbrowse2/jbrowse2.xml

Co-authored-by: Björn Grüning <[email protected]>

* Update tools/jbrowse2/jbrowse2.xml

Co-authored-by: Björn Grüning <[email protected]>

* fix flake errors and some suggestions

* thought I'd got this one...

* add the new plugin js

* change bed default to not use plugin

* add help explaining relationship to the Bigwig extremes to bed features tool and to the advanced control form.

* update to 2.13.0 release
fix biotools jbrowse entry
informative error message if collection has no fasta reference

* decrement version suffix back to zero

* remove flakery spaces

* make genome from history and built in genome non-optional to fix a sentry issue reported and PR suggested by Marius

* update to 2.13.1 opportunistically :)

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
fubar2 and bgruening authored Aug 20, 2024
1 parent 94c141a commit 2f82394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tools/jbrowse2/jbrowse2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,15 +335,15 @@ export JBROWSE2_PATH=\$(dirname \$(which jbrowse))/../opt/jbrowse2 &&
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"/>
</options>
</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"
Expand Down Expand Up @@ -1153,6 +1153,8 @@ Browser tracks need a coordinate system, based on the reference genome, so that
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
Expand Down
2 changes: 1 addition & 1 deletion tools/jbrowse2/macros.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 2f82394

Please sign in to comment.