Content size:
<%= pluralize(@object.manifest.files_count, "file") %> totalling
<%= raw(human_readable_bytes_html(@object.manifest.files_size)) %>
No source information available.
<% end %> <% if @output_of.andand.any? %> <% pipelines = PipelineInstance.limit(5).filter([["components", "like", "%#{@object.uuid}%"]]) %> <% message = "This collection was the output of the following:" if pipelines.items_available > pipelines.results.size message += ' (' + (pipelines.items_available - pipelines.results.size).to_s + ' more results are not shown)' end %><%= message %>
<% pipelines.each do |pipeline| %>
<% pipeline.components.each do |cname, c| %>
<% if c[:output_uuid] == @object.uuid %>
<%= cname %> component of <%= link_to_if_arvados_object(pipeline, friendly_name: true) %>
<% if c.andand[:job].andand[:finished_at] %>
finished at <%= render_localized_date(c[:job][:finished_at]) %>
<% end %>
<% end %>
<% end %>
<% end %>
This collection contains log messages from:
<%= render_arvados_object_list_start(@log_of, 'Show all jobs',
jobs_path(filters: [['log', '=', @object.portable_data_hash]].to_json)) do |job| %>
<%= link_to_if_arvados_object(job, friendly_name: true) %>
<% end %>