From: Tom Clegg Date: Tue, 26 Feb 2013 21:58:21 +0000 (-0800) Subject: add a Link from specimen to collection when pipeline finishes (instead of storing... X-Git-Tag: 1.1.0~3374^2~28 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/6254297dd83d941348a5f48568b6889fc01a9602?ds=sidebyside add a Link from specimen to collection when pipeline finishes (instead of storing summary info in the pipeline_invocation) --- diff --git a/app/helpers/vcf_pipeline_helper.rb b/app/helpers/vcf_pipeline_helper.rb index 5c3e944b81..59152e0aff 100644 --- a/app/helpers/vcf_pipeline_helper.rb +++ b/app/helpers/vcf_pipeline_helper.rb @@ -18,7 +18,7 @@ module VcfPipelineHelper pi.success = nil end - def vcf_pipeline_statistics(pi) + def vcf_pipeline_summary(pi) stats = {} collection_link = Link. where(head_uuid: pi.uuid,