Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jbrowse2 tool #3997

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from
Draft

Jbrowse2 tool #3997

wants to merge 45 commits into from

Conversation

abretaud
Copy link
Contributor

FOR CONTRIBUTOR:

  • - I have read the CONTRIBUTING.md document and this tool is appropriate for the tools-iuc repo.
  • - License permits unrestricted use (educational + commercial)
  • - This PR adds a new tool or tool collection
  • - This PR updates an existing tool or tool collection
  • - This PR does something else (explain below)

This has been standing too long on my hard drive: here's a wrapper for jbrowse2 🎉 🎆 !
Implemented the same way as Jbrowse (though there might be other cool things to do now that it's more embeddable). I mostly copied the jbrowse1 wrapper, and tried to adapt.
It mostly works, but it needs some clean up, there are some options that are still there but don't work yet (or should be removed), some new datatypes to add support to, ....

An interesting thing in jbrowse2 is that many display options can be easily changed from the jbrowse ui (while in jbrowse1 it required tweaking json), which means I'm not sure if we need to (re)implement them all in the form...

Also to test with planemo server I had to hack a little as planemo doesn't support byte-range headers. I can probably share my notes if there's interest

@hexylena
Copy link
Member

hexylena commented Oct 1, 2021

Love how much can be re-used for this, that's fantastic

@@ -350,14 +359,15 @@ cp $output.files_path/index.html $output;

<!-- TODO genetic code not yet supported in jbrowse2 https://github.com/GMOD/jbrowse-components/issues/1765 -->

<!-- TODO show linear view by default? -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@hexylena
Copy link
Member

Ah good we already support PAF files cannot wait for jb2! synteny, finally! :D

@abretaud abretaud mentioned this pull request Jan 4, 2024
3 tasks
fubar2 added a commit to fubar2/tools-iuc that referenced this pull request Jan 7, 2024
test data works
now to fix the tests too
fubar2 added a commit to fubar2/tools-iuc that referenced this pull request Jan 7, 2024
Amongst other things, this adds autoopening and adds track options back for JB2 - thanks!
Fixed so passes biocontainers testing and various other odds and ends.
Adds MAF (awaiting a bcbio PR)
PAF and SPARQL not implemented yet.

Uses json only - no calls to jbrowse command line tool
fubar2 pushed a commit to fubar2/tools-iuc that referenced this pull request Jan 9, 2024
rebasing to abreataud galaxyproject#3997 as requested by @hexylena
@fubar2 fubar2 mentioned this pull request Jan 19, 2024
3 tasks
hexylena and others added 5 commits January 26, 2024 11:47
This was done via a command line diff of the two repositories, some test data has not been imported as part of this.
@hexylena
Copy link
Member

Interesting, if you use config.json in the root, next to index.html, then it'll by default open on to a working jbrowse in the first assembly. Too easy.

image

bgruening pushed a commit to bgruening/tools-iuc that referenced this pull request Mar 30, 2024
test data works
now to fix the tests too
bgruening pushed a commit to bgruening/tools-iuc that referenced this pull request Mar 30, 2024
Amongst other things, this adds autoopening and adds track options back for JB2 - thanks!
Fixed so passes biocontainers testing and various other odds and ends.
Adds MAF (awaiting a bcbio PR)
PAF and SPARQL not implemented yet.

Uses json only - no calls to jbrowse command line tool
bgruening pushed a commit to bgruening/tools-iuc that referenced this pull request Mar 30, 2024
rebasing to abreataud galaxyproject#3997 as requested by @hexylena
bgruening pushed a commit to bgruening/tools-iuc that referenced this pull request Mar 30, 2024
test data works
now to fix the tests too
bgruening pushed a commit to bgruening/tools-iuc that referenced this pull request Mar 30, 2024
Amongst other things, this adds autoopening and adds track options back for JB2 - thanks!
Fixed so passes biocontainers testing and various other odds and ends.
Adds MAF (awaiting a bcbio PR)
PAF and SPARQL not implemented yet.

Uses json only - no calls to jbrowse command line tool
bgruening pushed a commit to bgruening/tools-iuc that referenced this pull request Mar 30, 2024
rebasing to abreataud galaxyproject#3997 as requested by @hexylena
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants