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

Task referencing and running error #84

Open
fuchsfranklin opened this issue Aug 22, 2022 · 0 comments
Open

Task referencing and running error #84

fuchsfranklin opened this issue Aug 22, 2022 · 0 comments

Comments

@fuchsfranklin
Copy link

I have the newest versions of R (4.2.1) and SevenBridges (Bioconductor 3.15), and cannot reference a task by its id using project()$task(id = targetid) with task id values that I know exist in the project and can be viewed with project()$task(), although using the name as in project()$task(name = targetname) works for accessing the task.

Additionally, creating a draft task then allows project()$task(id = targetid) to work for that specific task only while it has draft status, but then trying to run a draft task using tsk$run() (where I know I have the correct task tsk referenced from checking beforehand) yields the error in the image below. I can see that the task is run in SevenBridges, but I can then no longer access it from the API anymore using the task id.

SBG_Error

The Shiny app used to work last August, and reverting the R and SevenBridges versions to the release versions from then does not solve the problem.

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

No branches or pull requests

1 participant