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

set bcPass as a character vector #1795

Merged
merged 1 commit into from
Jan 3, 2023
Merged

set bcPass as a character vector #1795

merged 1 commit into from
Jan 3, 2023

Conversation

rcorces
Copy link
Collaborator

@rcorces rcorces commented Jan 3, 2023

I've sporadically received a cryptic error from createArrowFiles() that seems to boil down to an S4Vectors issue with the match() function and the BStringSet bcPass object (shown below). This should be fixed by this commit but its a sporadic error and hard to test.

<simpleError in h(simpleError(msg, call)): error in evaluating the argument 'i' in selecting a method for function '[': error in evaluating the argument 'x' in selecting a method for function 'which': no met
hod found for function 'match' and signature XRawList, XRawList>

I've sporadically received a cryptic error from createArrowFiles() that seems to boil down to an S4Vectors issue with the match() function and the BStringSet bcPass object (shown below). This should be fixed by this commit but its a sporadic error and hard to test.

```
<simpleError in h(simpleError(msg, call)): error in evaluating the argument 'i' in selecting a method for function '[': error in evaluating the argument 'x' in selecting a method for function 'which': no met
hod found for function 'match' and signature XRawList, XRawList>
```
@rcorces rcorces merged commit 558f6fa into dev Jan 3, 2023
@rcorces rcorces deleted the dev_bcPass branch January 3, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant