{{define "artifact-preview.html"}} SciMesh artifact preview
← Back to job

Preview: {{.Filename}}

Diagnostic preview only — a partial shard result, not a final molecular-search answer. At most {{.RowLimit}} rows and {{.ByteLimit}} bytes are read from storage.

{{if not .Previewable}}
{{.Reason}}
{{else}} {{if .Truncated}}
Truncated: showing at most the first {{.RowLimit}} rows or {{.ByteLimit}} bytes of this artifact. Download it for the full contents.
{{end}}
{{range .Headers}}{{end}} {{range .Rows}}{{range .}}{{end}}{{else}}{{end}}
{{.}}
{{.}}
No data rows.
{{end}}
{{end}}