{% include 'header.html' %} {% include 'mapheader.html' %} {% include 'banner.html' %} {% include 'menu.html' %}

COVID-19 PubSeq is a free and open online bioinformatics public sequence resource with on-the-fly analysis of sequenced SARS-CoV-2 samples that allows for a quick turnaround in identification of new virus strains. PubSeq allows anyone to upload sequence material in the form of FASTA or FASTQ files with accompanying metadata through the web interface or REST API. For more information see the FAQ!.

    {% if all_items %} {% for item in all_items|sort(reverse=true, attribute="score")%}
  • {% if item['authors'] %}

    [arxiv] {{item['title']}}
    Authors: {{ item['authors'] }}
    Abstract: {{ item['abstract']}}...
    Submitted: {{ item['submission']}}

    {% elif item['full-authors'] %}

    [Pubmed]: Summary: {{ item['summary'] }}
    Full Authors: {{ item['full-authors'] }}
    Short Authors: {{ item['short-authors'] }}
    Citation: {{ item['citation'] }}
    Short Journal Citation: {{ item['short-journal-citation'] }}

    {% elif item['tweet'] %}

    [Tweet]: {{ item['tweet']|urlize(40, target="_blank")}} source
    by {{ item['author'] }}
    {{ item['timeposted'] }}

    {% elif item['repository-url'] %}

    [Commit]: {{ item.hash.split(":")[-1][:7] }}: {{ item.content }}
    {{ item.author }}/{{ item.repository }} on {{ item.timeposted }}

    {% endif %}
  • {%endfor%} {% else %} There are no items to display :( {% endif %}
    {% if arxiv_articles %} {% for article in arxiv_articles|sort(reverse=true, attribute="score")%}
  • {{ article['title'] }}

    Authors: {{ article['authors'] }}

    Abstract: {{ article['abstract']}}...

    Submitted: {{ article['submission']}}

  • {% endfor %} {% else %} There are no articles to display :( {% endif %}
    {% if pubmed_articles %} {% for article in pubmed_articles|sort(reverse=true, attribute="score")%}
  • Summary: {{ article['summary'] }}

    Full Authors: {{ article['full-authors'] }}

    Short Authors: {{ article['short-authors'] }}

    Citation: {{ article['citation'] }}

    Short Journal Citation: {{ article['short-journal-citation'] }}

  • {% endfor %} {% else %} There are no articles to display :( {% endif %}
    {% if tweets %} {% for tweet in tweets|sort(reverse=true, attribute="score")%}
  • {{ tweet.tweet|urlize(40, target="_blank") }}
    by {{ tweet.author }}

    {{ tweet.timeposted }}
  • {% endfor %} {% else %} There are no tweets to display :( {% endif %}

Make your sequence data FAIR. Upload your SARS-CoV-2 sequence (FASTA or FASTQ formats) with simple metadata (JSONLD) to the public sequence resource. The upload will trigger a recompute with all available sequences into a Pangenome available for download!

Your uploaded sequence will automatically be processed and incorporated into the public pangenome with metadata using worklows from the High Performance Open Biology Lab defined here. All data is published under a Creative Commons license You can take the published (GFA/RDF/FASTA) data and store it in a triple store for further processing. Clinical data can be stored securely at REDCap.

Data can be uploaded from any sequencing platform in FASTA format. We give special attention to workflows for the Oxford Nanopore - see also pubmed - because it offers an affordable platform that is great for SARS-CoV-2 sequencing and identification. In New Zealand the Oxford Nanopore is used for all tracing.

Note that form fields contain web ontology URI's for disambiguation and machine readable metadata. For examples of use, see the docs.

{% include 'footer.html' %}