Closed BokaiZhu closed 2 years ago
Hi @BokaiZhu! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
Before we help you, you must respond to the following questions unless your original post already contained this information:
1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved?
2. Can you recapitulate your error using the tutorial code and dataset? If so, provide a reproducible example.
3. Did you post your log file? If not, add it now.
4. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.
I would assume that whoever made the fragment files accidentally compressed them using gzip
rather than bgzip
. You should unzip them and re-compress them with bgzip
. Feel free to comment again if this doesnt solve your problem. Closing the issue for now.
Thanks! Problem was solved by recompressing and reformatting the fragment files.
For future reference, the code used to solve:
gzip -d GSM5866073_Astrocyte_frags.tsv.gz &
sort -V -k1,1 -k2,2 GSM5866073_Astrocyte_frags.tsv > GSM5866073_Astrocyte_frags.sort.tsv &
bgzip GSM5866073_Astrocyte_frags.sort.tsv
Hi ArchR team, thanks for providing this wonderful tool for atac data!
Error encountered during function
createArrowFiles
Error is specific to fragment files deposited GSM5866073 while other files worked fine in my setting, including the tutorial files.
Suscpected to be an error encountered previously, however this time I checked the
unzip
results of the fragment files and they look intact and all good. So I was not able to pin point the problem.Error message:
ArchR-createArrows-1567e31d5b2-Date-2022-08-27_Time-18-00-23.log
I still suspect it is more of an input file problem rather than a Archr bug, but some suggestions would be greatly appreciated.
Best, Bokai