Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating ARROWs #2276

Open
karenpaiva opened this issue Feb 28, 2025 · 1 comment
Open

Creating ARROWs #2276

karenpaiva opened this issue Feb 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@karenpaiva
Copy link

I'm having problems creating the arrows.
I used the gff3 file from Phytozome to create gene annotation
geneAnnotation <- createGeneAnnotation( TSS = TSS, exons = exons, genes = genes )
This is my TSS before creating the GeneAnnotation:
GRanges object with 34681 ranges and 1 metadata column: seqnames ranges strand | gene_id <Rle> <IRanges> <Rle> | <character> Potri.001G000400.v4.1 Chr01 17702 - | Potri.001G000400.v4.1 Potri.001G000450.v4.1 Chr01 14997 - | Potri.001G000450.v4.1 Potri.001G000500.v4.1 Chr01 43197 - | Potri.001G000500.v4.1 Potri.001G000600.v4.1 Chr01 50630 + | Potri.001G000600.v4.1 Potri.001G000700.v4.1 Chr01 65133 - | Potri.001G000700.v4.1

And the genome annotation I used the fasta files to build the BSGenome object

But I keep getting this error:
2025-02-28 10:36:37.295905 : (scATCA_Populus : 1 of 1) Successful creation of Temporary File, 5.617 mins elapsed.
2025-02-28 10:36:37.297907 : (scATCA_Populus : 1 of 1) Creating ArrowFile From Temporary File, 5.617 mins elapsed.
2025-02-28 10:38:24.268829 : (scATCA_Populus : 1 of 1) Successful creation of Arrow File, 7.4 mins elapsed.
2025-02-28 10:38:33.537914 : createArrowFiles has encountered an error, checking if any ArrowFiles completed..
ArchR logging successful to : ArchRLogs/ArchR-createArrows-49f23206da22-Date-2025-02-28_Time-10-31-00.190801.log

This is my log file:

ArchR-createArrows-49f23206da22-Date-2025-02-28_Time-10-31-00.190801.log

How can I fix this error to proceed with the analyses.

@karenpaiva karenpaiva added the bug Something isn't working label Feb 28, 2025
@immanuelazn
Copy link
Collaborator

Hi @karenpaiva! 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.

If you are getting an error, it is likely due to something specific to your dataset, usage, or computational environment, all of which are extremely challenging to troubleshoot. As such, we require reproducible examples (preferably using the tutorial dataset) from users who want assistance. If you cannot reproduce your error, we will not be able to help.
Before going through the work of making a reproducible example, search the previous Issues, Discussions, function definitions, or the ArchR manual and you will likely find the answers you are looking for.
If your post does not contain a reproducible example, it is unlikely to receive a response.

In addition to a reproducible example, you must do the following things before we help you, 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. Did you post your log file? If not, add it now.
3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants