Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JBrowse2: add another required file for pulsar; remove label punctuat…
…ion that can break JBrowse2 paths (bgruening#1512) * 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 :) * Add collection_type to input collection. It should always be a list <param name="autoCollection" type="data_collection" collection_type="list" label="Collection of bed, bam and other track files"/> Suggestion from Marius - thanks! * change bigwigs to default to global +/- 3sd scaling. makes them much more useful for most purposes - can swap back otherwise local differences can appear to be more important than they really are... use element_identifier for labels instead of name * Bump version :( * update to 2.14.0 remove now missing specific wolf file from 3 old tests. * version bump 2.15.1 fix tool test output counts to match new code * Update to 2.15.4 - a patch to fix a regression in 2.15.3 breaking hic tracks GMOD/jbrowse-components#4583 Have updated vcf and blastxml test files too FWIW * add a label translate to get rid of punctuation like : from file labels to avoid them becoming broken paths. For example, vcf sort adds a : to the name and that breaks the track path. * add space for removal in nopunct translate string * bump version coda * test a clone instead of copy if the dependency repository cannot be found like when failing on vgp.org pulsar. * remove trailing slash - not going to help * add missing <required file> for pulsar after the biocontainer was updated for vgp.usegalaxy add a failsafe so if the dependency javascript cannot be found it uses JBrowse to bootstrap itself. * Add a test to confirm that translate is working File is named "bw/m:e.r.l .i-n.bw" Test finds <has_text text="me.r.l.i-n.bw_0"/> to confirm that ':' and ' ' have been removed * add weird filename test file for string translate test * Update tools/jbrowse2/macros.xml --------- Co-authored-by: Björn Grüning <[email protected]>
- Loading branch information