createArrowFiles Error #862
Unanswered
YiminZhao97
asked this question in
Questions / Documentation
Replies: 2 comments 1 reply
-
Please upload your log file. In general, if you get an error, those can be posted in Issues. If you have a question on usage or a feature request, those belong in Discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
l also met the same issue. when i tired the tutorial file in ArchR, I could get the arrow file and QualityControl directory but, GSM5285736 files were made any arrow files createArrowFiles has encountered an error, checking if any ArrowFiles completed. how to solve this issue thanks |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using fragment file to be input of ArchR. Attached is the link for data I used. https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM5285736.
`library(ArchR)
set.seed(1)
setwd('/Users/zhaoyimin/Desktop/COVID Project')
addArchRThreads(threads = floor(parallel::detectCores()/2))
inputFiles = '/Users/zhaoyimin/Desktop/COVID Project/GSM5285736_28205-0558_fragments.tsv.gz'
names(inputFiles) = 'ATAC_558'
addArchRGenome("hg19")
ArrowFiles = createArrowFiles(
inputFiles = inputFiles,
sampleNames = names(inputFiles),
minTSS = 10,
minFrags = 10^(3.2),
addTileMat = TRUE,
addGeneScoreMat = TRUE,
force = TRUE
)`
But I always get error like this: createArrowFiles has encountered an error, checking if any ArrowFiles completed.
Beta Was this translation helpful? Give feedback.
All reactions