-
I set up a jbrowse instance and the "volvox" test data runs well. Then I make the following modifications to replace
Then JBrowse failed to launch as it complaints no Since my real genome file is very large, I hope to put it in other directories outside the JBrowse path. Possible to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
This should actually be fine to do this. What server are you using? Maybe the server cannot traverse symlinks? |
Beta Was this translation helpful? Give feedback.
-
Yes, JB2 can point to data at any URL. In fact, I think it's best (though
there are diverse opinions on this within the JB2 development team) to keep
your data outside of the JB2 directory and just use absolute URIs in the
configuration to point your JB2 at it.
…On Mon, Dec 21, 2020 at 5:09 PM billzt ***@***.***> wrote:
I set up a jbrowse instance and the "volvox" test data runs well. Then I
make the following modifications to replace volvox.2bit with a soft link:
cd test_data/volvox
mv volvox.2bit /some/path/
ln -s /some/path/volvox.2bit volvox.2bit
Then JBrowse failed to launch as it complaints no volvox.2bit file. When
I replace volvox.2bit with the original file, the session became normal
again.
Since my real genome file is very large, I hope to put it in other
directories outside the JBrowse path. Possible to do that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1580>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAASAFPB4GAWGYLIMUIU34TSV7WS3ANCNFSM4VE6FGZQ>
.
|
Beta Was this translation helpful? Give feedback.
This should actually be fine to do this. What server are you using? Maybe the server cannot traverse symlinks?