From 53bb39c7de934139ad9929ffb1b1772411233d80 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 20 Aug 2020 10:43:43 -0400 Subject: Update links to reflect latest workflow Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- bh20seqanalyzer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bh20seqanalyzer') diff --git a/bh20seqanalyzer/main.py b/bh20seqanalyzer/main.py index 13efbeb..11349e5 100644 --- a/bh20seqanalyzer/main.py +++ b/bh20seqanalyzer/main.py @@ -211,7 +211,7 @@ class SeqAnalyzer: most_recent_analysis = self.api.groups().list(filters=[['owner_uuid', '=', self.pangenome_analysis_project]], order="created_at desc").execute() for m in most_recent_analysis["items"]: - wf = self.get_workflow_output_from_project(m["uuid"], "pangenome-generate.cwl") + wf = self.get_workflow_output_from_project(m["uuid"], "arv-main.cwl") if wf is None: continue src = self.api.collections().get(uuid=wf["output_uuid"]).execute() -- cgit v1.2.3