Question: Issues with extracting galaxy workflow?
0
mshortr • 0 wrote:
Hi all,
Has anyone had issues with extracting Galaxy workflows from a history before? I will add more information later (a screenshot of the error I am getting) but for now, it looks like it may be timing out before it extracts the workflow. Keep in mind, I am running Galaxy on a VirtualMachine on my Windows PC so perhaps power might be a problem. Is it possible for a workflow to timeout? I tried it on a smaller subset of the history (about 1/4 to 1/2 of the full workflow) and it was successful at creating a workflow.
Any ideas?
Thanks,
Megan
ADD COMMENT
• link
•
modified 3.2 years ago
by
Jennifer Hillman Jackson ♦ 25k
•
written
3.2 years ago by
mshortr • 0
Here is the error message: I am completely stumped. Has anyone run into this before?
Error Traceback:
View as: Interactive | Text | XML (full)
⇝
Exception: Failed to extract job.
URL: http://127.0.0.1:8080/workflow/build_from_current_history
Module weberror.evalexception.middleware:364 in
respond
view>> app_iter = self.application(environ, detect_start_response)
Module paste.recursive:84 in
__call__
view>> return self.application(environ, start_response)
Module paste.httpexceptions:633 in
__call__
view>> return self.application(environ, start_response)
Module galaxy.web.framework.base:133 in
__call__
view>> return self.handle_request( environ, start_response )
Module galaxy.web.framework.base:191 in
handle_request
view>> body = method( trans, **kwargs )
Module galaxy.webapps.galaxy.controllers.workflow:1021 in
build_from_current_history
view>> workflow_name=workflow_name
Module galaxy.workflow.extract:31 in
extract_workflow
view>> steps = extract_steps( trans, history=history, job_ids=job_ids, dataset_ids=dataset_ids, dataset_collection_ids=dataset_collection_ids )
Module galaxy.workflow.extract:146 in
extract_steps
view>> raise Exception( "Failed to extract job." )
Exception: Failed to extract job.