Transferring arrow files between projects #845
Unanswered
boconnell89
asked this question in
Questions / Documentation
Replies: 1 comment
-
Arrow files can be copied and used in multiple projects. Problems will arise if multiple projects share the same copy of an arrow file though. So we typically create the base Arrow file and then create an ArchRProject using |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there a way to create an
ArchRProject
withArrowFiles
created for another project (with the same reference genome, etc)? I'm trying to avoid having to process some very large files from different sources, that I wish to load into anArchRProject
to compare. Each of these has takes about a day to create anArrowFile
, so I'd like to avoid that if possible.Beta Was this translation helpful? Give feedback.
All reactions