{% include 'header.html' %}
{% include 'banner.html' %} {% include 'menu.html' %}
Upload SARS-CoV-2 Sequence
Select FASTA file of assembled genome (form upload
max 50K
; FASTQ and BAM is coming soon):
When uploading your data you need to agree to a
CC-BY-4.0
or
CC0 license
.
Select metadata submission method:
Fill in metadata manually
Upload metadata file
Make sure the metadata has submitter attribution details.
Select JSON or YAML metadata file following
this schema
and
example
(max 50K):
{% for record in fields %} {% if 'heading' in record %} {% if loop.index > 1 and 2 < 3 %}
{% endif %}
{{ record['heading'] }}
{% else %}
{{ record['label'] }} {{ "*" if record['required'] else "" }} {% if 'docstring' in record %}
❓
{% endif %} {% if 'ref_iri' in record %}
🔗
{% endif %}
{% if record['type'] == 'select' %}
Choose one...
{% for option in record['options'] %}
{{ option[0] }}
{% endfor %}
{% else %}
{% endif %}
{% if record['list'] %}
➖
➕
{% endif %}
{% endif %} {% if loop.index == loop.length %}
{% endif %} {% endfor %}
{% include 'footer.html' %}