addReproduciblePeakSet function, output directory issue. #970
Unanswered
Tomoliverberry
asked this question in
Questions / Documentation
Replies: 1 comment
-
Sorry - ArchR isnt supported on Windows and we dont have bandwidth to help troubleshoot errors on Windows. |
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.
-
Hi,
I'm having an issue using the reproducible peak set function. I am using the tile matrix method.
Having looked at the code that governs this function I notice that the outdir is specified with:
outDir <- file.path(getOutputDirectory(ArchRProj), "PeakCalls")
I believe the issue is the slashes "/" present in the output directory, and I have included my code and errors.
I'm unsure if I want the directory to use forward or backward slashes or if I can edit the metadata outputDirectory value of my project to fix this issue.
Any help would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions