{% extends "base.html" %}
{% block title %}Command builder · cryoDRGN{% endblock %}
{% from "_macros.html" import nav_page_title_span, cmd_reconstruction_command_select %}
{% block nav_page_title %}{{ nav_page_title_span("Command builder") }}{% endblock %}
{% block nav_reconstruction_command %}{{ cmd_reconstruction_command_select() }}{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{% macro title_attr(text) -%}
{%- if text %} title="{{ text|e }}"
{% endif -%}
{%- endmacro %}
{% macro cmd_outdir_field_label() -%}
Output folder (-o)
{%- endmacro %}
{% macro cmd_outdir_input_wrap(field_id, value, cmd_name=none, extra_class='') -%}
{{ a.cli[0] }}{{ arg_display_name_span(a.help, arg=a) }}
{% elif a.w == 'number' %}
{% if a|arg_is_num_epochs %}{%
elif a|arg_is_epoch_denominated %}{%
elif a|arg_is_batch_size_denominated %}{% endif %}
{% else %}
{% endif %}
{% endmacro %}
{% macro render_github_primary_arg(a) %}
No run-parameter flags for this command.
{% endif %}{{ tilt.description }}
{% endif %}Pick a cryoDRGN command. The line below lists required arguments plus options you actually set (empty fields and CLI defaults are omitted).
cryodrgn abinit …
This page does not run commands — copy the line into your shell or job script.