{% if subcrates %}

Datasets at a glance

Select a row to jump to that dataset's full details below.

{% for subcrate in subcrates %} {% endfor %}
Dataset Size Files Computations Schemas Formats
{{ subcrate.name }} {{ subcrate.size if subcrate.size else "—" }} {{ subcrate.files_count }} {{ subcrate.computations_count }} {{ subcrate.schemas_count }} {% if subcrate.file_formats %}{% for fmt in subcrate.file_formats.keys()|list %}{{ fmt }}{% if not loop.last %}, {% endif %}{% endfor %}{% else %}—{% endif %}
{% for subcrate in subcrates %}
{{ subcrate.name }} {% if subcrate.size %}{{ subcrate.size }}{% endif %} {{ subcrate.files_count }} files {% if subcrate.computations_count and subcrate.computations_count > 0 %}{{ subcrate.computations_count }} computations{% endif %} {% if subcrate.file_formats %}{% for fmt in subcrate.file_formats.keys()|list %}{% if loop.index <= 3 %}{{ fmt }}{% endif %}{% endfor %}{% endif %}

Content Summary

📊 Files ({{ subcrate.files_count }})
{% if subcrate.file_formats or subcrate.file_access %}
{% if subcrate.file_formats %}
Formats: {% for fmt, count in subcrate.file_formats.items() %}{{ fmt }} ({{ count }}){% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if subcrate.file_access %}
Access: {% for acc, count in subcrate.file_access.items() %}{{ acc }} ({{ count }}){% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
{% endif %}
💻 Software & Instruments ({{ subcrate.software_count + subcrate.instruments_count }})
{% if subcrate.software_count > 0 or subcrate.instruments_count > 0 %}
Software: {{ subcrate.software_count }}
Instruments: {{ subcrate.instruments_count }}
{% endif %}
🧪 Inputs ({{ subcrate.inputs_count }})
{% if subcrate.samples_count > 0 %} {% if subcrate.cell_lines %}
Derived From: {% for line_id, cell_info in subcrate.cell_lines.items() %} {{ cell_info.name }}. {{ cell_info.organism_name }}. {% if not loop.last %}, {% endif %} {% endfor %}
{% else %}
Derived From: Not specified
{% endif %} {% endif %} {% if subcrate.input_datasets %}
Datasets: {{ subcrate.input_datasets_count }}
{% for fmt, count in subcrate.input_datasets.items() %}{{ fmt }} ({{ count }}){% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
⚙️ Other Components
Experiments: {{ subcrate.experiments_count }}
{% if subcrate.experiment_types %}
{% for type, count in subcrate.experiment_types.items() %}{{ type }} ({{ count }}){% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if subcrate.experiment_patterns %}
{% for pattern in subcrate.experiment_patterns %}{{ pattern }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
Computations: {{ subcrate.computations_count }}
{% if subcrate.computation_patterns %}
{% for pattern in subcrate.computation_patterns %}{{ pattern }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
Schemas: {{ subcrate.schemas_count }}
Other: {{ subcrate.other_count }}
{% if subcrate.preview_url %} {% endif %}
{% endfor %} {% else %}

No subcrates found.

{% endif %}