-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error in rule AberrantSplicing_pipeline_Counting_01_1_countRNA_splitReads_samplewise_R #454
Comments
The step that would require internet connection in the counting script is the obtaining the list of standard chromosomes to which we subset when using the default parameters. So if you set However, given the error message you receive, the issue might be something else here. Could you check what output you get when you run the following lines in R? |
Hi @ischeller , |
Hi @chrisodhams, yes, that |
We found a fix. @ischeller is working on it. |
Hi @chrisodhams , |
Hi @vyepez88 @ischeller , |
Hi @chrisodhams, did you manage to resolve this issue? |
Hi,
Not sure if this is the same error as #395 - which requires internet connection.
Note that I am not possible to get internet connection as I am working from a secure research environment with no inbound internet connection.
See the log attached.
log.txt
There seems to be an error showing:
Mon Apr 17 14:19:10 2023: Count split reads for sample: LP5001322-RNA_E02 Error in asMethod(object) : The character vector to convert to a GRanges object must contain strings of the form "chr:start-end" or "chr:start-end:strand", with end >= start - 1, or "chr:pos" or "chr:pos:strand". For example: "chr1:2501-2900", "chr1:2501-2900:+", or "chr1:740". Note that ".." is a valid alternate start/end separator. Strand can be "+", "-", " *", or missing. Calls: countSplitReads -> GRanges -> as -> asMethod Execution halted
The text was updated successfully, but these errors were encountered: