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

Error when Galaxy workflow expects list:paired as input. #161

Open
Ferrisx4 opened this issue Jun 11, 2020 · 2 comments
Open

Error when Galaxy workflow expects list:paired as input. #161

Ferrisx4 opened this issue Jun 11, 2020 · 2 comments
Assignees

Comments

@Ferrisx4
Copy link
Member

If a Galaxy workflow has (usually as its first step), an "Input Dataset Collection" step, and the "Collection Type" is specified as list:paired, Tripal Galaxy seems to not handle this correctly.

The following error occurs upon completing the job submission form:
TypeError: Argument 1 passed to file_usage_add() must be an instance of stdClass, bool given, called in /Library/WebServer/Documents/sites/all/modules/Custom/tripal_galaxy/tripal_galaxy.module on line 675 in file_usage_add() (line 699 of /Library/WebServer/Documents/includes/file.inc).
which originates here.

The value being passed ends up as FALSE presumably.

@Ferrisx4
Copy link
Member Author

Ferrisx4 commented Jul 8, 2020

Hopefully fixed with #166

@Ferrisx4
Copy link
Member Author

Possibly causing a warning to appear at the time of job submission:
Notice: Array to string conversion in drupal_write_record() (line 7364 of /Library/WebServer/Documents/includes/common.inc). =>
Does not seem to impact the job execution.

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