Having difficulty adding .delta files as synteny tracks through the command line #3628
-
Hello, I have 10+ .delta files generated using nucmer that I want to add as synteny tracks (and many more files are coming). I updated my JBrowse2 version to v2.4.2 since I noticed that v2.4.1 mentions adding functionality for adding synteny tracks through the CLI, but I am getting errors. Here is what I've tried based on commands in the docs:
I tried adding the same delta file through the user interface and it works. It also works by updating the config.json directly - but I'd really like to avoid doing it this way for all of them! Is there a parameter in the command that I'm missing? Any suggestions for how to get this to work? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
One thing that may be of note is that you would want your CLI tools to be up to date. The version of 'jbrowse-web' (what you see in the browser) can be different from the version of the 'CLI tool' (what the to update the CLI tools (the
Then run
To confirm the CLI tool version |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for your quick reply! My CLI tool was indeed out of date so updating it allowed me to run the second command I tried successfully. 👍 |
Beta Was this translation helpful? Give feedback.
-
I'm wondering @cmdcolin if it would be worth having the CLI tool check whether it is out of date and give a warning if so? |
Beta Was this translation helpful? Give feedback.
One thing that may be of note is that you would want your CLI tools to be up to date. The version of 'jbrowse-web' (what you see in the browser) can be different from the version of the 'CLI tool' (what the
jbrowse
command is)to update the CLI tools (the
jbrowse
command), can useThen run
To confirm the CLI tool version