Why are file endings eg .bam not shown in tracklist ? #2367
Unanswered
colindaven
asked this question in
Ideas
Replies: 2 comments 2 replies
-
|
Just curious, are you referring to tracks loaded via the CLI or via the in-app mechanism? I think both remove the extension by default. We could consider keeping it by default in both maybe though |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
By default, the JBrowse CLI tries to guess a sensible name for the track based on the file name, which ends up being the file name without the final file extension. You can provide a custom track name with the MY_FILE=path/to/my/file.cram
jbrowse add-track ${MY_FILE} --load copy --name $(basename ${MY_FILE}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when using jbrowse2 more and more, we find it a bit strange that the file endings are not shown in the tracklist on the right.
Previously, we used jbrowse1 and the filter to just view all bams or vcfs in a project, for example.
Also, it's good to discern between bam, cram and bigwig files (often similarly named) in projects with moderate-large numbers of tracks.
Thanks,
Colin
Beta Was this translation helpful? Give feedback.
All reactions