{% if is_editable %} {% module EditInvestigationType(ena_terms, user_defined_terms, pt_id, investigation_type, 0) %} {% else %} Investigation type: {{investigation_type}} {% end %} |
Show prep template summary |
{% raw current_template_fp %} |
{% raw current_qiime_fp %} |
{% module RawDataInfoDiv(raw_data, prep_template, study, files) %} |
{% if not preprocessed_data or preprocessing_status.startswith('failed') %}
{% if preprocessing_status == 'not_preprocessed' or preprocessing_status.startswith('failed') or not preprocessed_data %}
{% if show_preprocess_btn %}
Preprocess
{% else %}
{{ no_preprocess_msg }}
{% end %}
{% end %}
Status: {{preprocessing_status}} {% if 'zero-size array' in preprocessing_status %} Your barcodes do not seem to match your prep template info {% end %} {% else %} Preprocessed data generated: {{preprocessed_data[0]}} {% for pdi in preprocessed_data[1:] %} , {{pdi}} {% end %} {% end %} |
What file type is your raw data?
{% for name, value, filepath_types in filetypes %}
{% end %}
{% if other_studies_rd %}
Choose raw data from studies that you have access to:
Add {% else %} There is no existent raw data available. {% end %} |
Update prep template |