{% extends sitebase.html %} {% block head %} {% from qiita_core.qiita_settings import qiita_config %} {% end %} {% block content %} {% if software %}

Available Software

Here you will find our current processing recommendations.
{% for s in software %} {% end %}
Plugin Commands
{% if s.active %} {% else %} {% end %} ID {{s.id}}: {{s.name}}, {{s.version}} {% if s.deprecated %}

Deprecated {% end %}
{% for c in s.commands %} {% end %}
Command Name Resource Allocation
{% if c.active %} {% else %} {% end %} ID {{c.id}}: {{c.name}} {{c.resource_allocation}}
{% else %}

There are no plugins in this system.

{% end %} {% end %}