{% extends "dataset/base/base_create_update.html" %} {% block form-action %} {% url 'accounts:edit_scoreset' instance.urn %} {% endblock %} {% block side-bar-title %} Edit score set {% endblock %} {% block side-bar-instructions %} {% if instance.private %}

This entry will remain fully editable until you publish a child score set. Should you choose to publish, your entry will go live and some fields will become permanently frozen. See our documentation for further information.

{% else %}

This entry has been published and editing is restricted.

{% endif %} {% endblock %} {% block top-instructions %}

Please fill our the form below. Not all fields are required, but filling in as much as your can is strongly recommended to encourage data completeness. You can always fill in the required fields now and then remaining fields at a later date.

{% if instance.private %}

Note: You can only attach a score set to an experiment for which you have edit permissions on. Similarly, you can only replace score sets for which you have edit permission on.

{% endif %} {% endblock %} {% block form-block %}
{% include 'core/bs_form.html' with form=scoreset_form %}

{% if instance.private %}

Target

Enter the name, type and reference sequence of your target. Alternatively, you can select an existing target from the drop-down menu below and auto fill the remaining form fields. The reference map section will be populated with the information associated with the primary reference for the selected target.

{% include 'core/bs_form.html' with form=target_gene_form %}

Target identifiers

Associate an external identifier with your target. Select an existing identifier from the dropdown list or type in a new one and press enter.

The reference offset is added to each position in the reference sequence to place it within the given target. Reference offset should be in amino acids for protein identifiers.

{% include 'core/bs_inline_form.html' with form=uniprot_offset_form %}
{% include 'core/bs_inline_form.html' with form=ensembl_offset_form %}
{% include 'core/bs_inline_form.html' with form=refseq_offset_form %}

Reference genome

Select an existing reference genome from the drop-down list. If you cannot find your particular reference in the list, please let us know!

{% include 'core/bs_form.html' with form=reference_map_form %}
{% endif %} {% endblock %}