-
Im trying to plot a large region view using jbrowse/img. I have been trying this with:
The config file I made was:
However I get an error message How can I fix this? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I might have to look into this, I thought something like force:true just on the --bam flag would work but it throws an error
I'll check into it and let you know. super impressed by the gw tool, i imagine @jbrowse/img will probably get trounced by it but would be fun to compare |
Beta Was this translation helpful? Give feedback.
-
@kcleal i think the force flag should work now, can reinstall with
with larger region it is a out of memory. might need to add node env variables to give it more memory for these cases the --fasta and --cram/--bam flags should work on local files as well as urls. plotting large e.g. megabase scale regions with alignments is definitely an interesting challenge :) i normally conceive of people creating e.g. a bigwig or some reduced version of the data but it is often interesting to get the raw data too |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@kcleal i think the force flag should work now, can reinstall with
npm install -g @jbrowse/img
for latest. i tried plotting some largish region of long reads, 900kbwith larger region it is a out of memory. might need to add node env variables to give it more memory for these cases
the --fasta and --cram/--bam flags should work on local files as well as urls. plotting large e.g. megabase scale regions with alignments is definitely an interesting challenge :) i normally conceive of people …