Skip to content

Faceted track selector and reusable track sets #1706

Answered by cmdcolin
whtns asked this question in General
Discussion options

You must be logged in to vote

@whtns we don't have a faceted track selector, but if coarse grained categories help, you can load your tracks with --category MyCategory or comma separated --category Nested,SubCategory

with the individual experiments, you can create multiple config files, and then navigate to them like this

http://s3.amazonaws.com/jbrowse.org/code/jb2/master/index.html?config=test_data/config_demo.json

You can use the --out parameter to create custom output paths with the command line tool, so on the command line we could run

npm install -g @jbrowse/cli
mkdir hg19
jbrowse add-assembly hg19.fa --out hg19 --load copy
jbrowse add-track myreads.bam --out hg19 --copy copy

This will output to a directory nam…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by whtns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants