From ea7d508ea7f199f189557023dbb8e42858c8681b Mon Sep 17 00:00:00 2001 From: Jose Navas Date: Fri, 29 May 2015 19:09:43 -0700 Subject: [PATCH] Removing unused files --- .../prep_template_panel.html | 112 --------------- .../raw_data_editor_tab.html | 127 ------------------ 2 files changed, 239 deletions(-) delete mode 100644 qiita_pet/templates/study_description_templates/prep_template_panel.html delete mode 100644 qiita_pet/templates/study_description_templates/raw_data_editor_tab.html diff --git a/qiita_pet/templates/study_description_templates/prep_template_panel.html b/qiita_pet/templates/study_description_templates/prep_template_panel.html deleted file mode 100644 index 9923b24cc..000000000 --- a/qiita_pet/templates/study_description_templates/prep_template_panel.html +++ /dev/null @@ -1,112 +0,0 @@ -{% from os.path import basename %} -{% from qiita_pet.handlers.util import download_link_or_path %} - - - - -
-
-

- {{data_type}} (ID: {{prep_id}})  -
-
- -

-
-
-
- Files:
- - - - - {% for ptid, ptpath, ptype in filepaths %} - - - - {% end %} -
- - Show prep template summary - -
- {% raw download_link_or_path(is_local_request, ptpath, ptid, ptype) %} -
-
- {% if is_editable %} - - {% module EditInvestigationType(ena_terms, user_defined_terms, prep_id, investigation_type, 0) %} - {% end %} -
- {% if not preprocessed_data or preprocessing_status.startswith('failed') %} - {% if study_status == 'sandbox' %} - {% 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 %} -
-
-
diff --git a/qiita_pet/templates/study_description_templates/raw_data_editor_tab.html b/qiita_pet/templates/study_description_templates/raw_data_editor_tab.html deleted file mode 100644 index e8bd3ef21..000000000 --- a/qiita_pet/templates/study_description_templates/raw_data_editor_tab.html +++ /dev/null @@ -1,127 +0,0 @@ -{% from os.path import basename %} - -
- - - - - - -
- - - {% if is_editable %} -

Add prep template to this raw data

- To add a prep template you need to: -
    - -
  1. - Select your prep template file
    - (only files with the "txt" and "tsv" file extensions will be displayed here): - , -
  2. - -
  3. - select the prep template data type - -
  4. - -
  5. - (optional but required for EBI submission) select an investigation type: - - - - - - - - - - -
    -
  6. -
-
- Add prep template -
-
- {% end %} - - - -

Prep templates uploaded

-
- {% for prep in available_prep_templates %} - {% module PrepTemplatePanel(prep, study_id, is_editable, ena_terms, study_status, user_defined_terms, raw_data_files) %} - {% end %} -
-
-

Linked files to this raw data

- {% if show_unlink_btn %} - Unlink all files
- {% end %} - {{link_msg}}
- {% for fpid, f, t in raw_data_files %} - {{basename(f)}}: {{t[4:]}}
- {% end %} -
- {% if is_editable and not show_unlink_btn %} -

Link uploaded files with raw data

- - - - - - - {% for f in files %} - - - - - - {% end %} -
File   File type
{{f}}  - -
-
- - Link raw files to: {{raw_data_filetype}} (ID: {{raw_data_id}}) - - {% end %} -
-