{%extends "phenotypes/add-phenotypes-base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "macro-table-pagination.html" import table_pagination%} {%from "phenotypes/macro-display-pheno-dataset-card.html" import display_pheno_dataset_card%} {%block title%}Phenotypes{%endblock%} {%block pagetitle%}Phenotypes{%endblock%} {%block lvl4_breadcrumbs%} {%endblock%} {%block frm_add_phenotypes_documentation%}

Provide all the files requested below. … document this better …

{%endblock%} {%block frm_add_phenotypes_elements%}
File(s) Metadata
Provide the character that separates the fields in your file(s). It should be the same character for all files (if more than one is provided).
A tab character will be assumed if you leave this field blank.
This specifies that lines that begin with the character provided will be considered comment lines and ignored in their entirety.
This specifies strings in your file indicate that there is no value for a particular cell (a cell is where a column and row intersect). Provide a space-separated list of strings if you have more than one way of indicating no values.
Data File(s)
Provide a file that contains only the phenotype descriptions, the documentation for the expected format of the file.
Provide a file that contains only the phenotype data. See the documentation for the expected format of the file.
{%if population.Family in families_with_se_and_n%}
Provide a file that contains only the standard errors for the phenotypes, computed from the data above.
Provide a file that contains only the number of samples/individuals used in the computation of the standard errors above.
{%endif%} {%endblock%} {%block page_documentation%} page documentation goes here!!! {%block more_javascript%} {%endblock%}