{% extends sitebase.html %} {% block content %}
Uploading files for: {{study_title}} ({{study_info['study_alias']}})

Currently we can process ({{extensions.replace(',',', ')}}):
  • fastq or fastq.gz (gziped fastq) for sequences. Note that zip files can not be processed
  • tab separed text files for sample and prep templates, the extention should be txt
Go to study description
Upload files (max file size: {% if max_upload_size/1000==0 %} {{max_upload_size}} GB {% else %} {{max_upload_size/1000.0}} TB {% end %})

 
{% end %}