CINXE.COM
DFAST: DDBJ Fast Annotation and Submission Tool - Help
<!DOCTYPE html> <html> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-109268803-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-109268803-1'); </script> <title>DFAST: DDBJ Fast Annotation and Submission Tool - Help</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <style type="text/css"> dd { padding-left:10px; } dt { margin-top:10px; } </style> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> <link rel="icon" href="/static/favicon.ico" type="image/x-icon"> <style type="text/css"> .container {width: 95%;} </style> </head> <body> <nav class="navbar navbar-inverse navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a style="margin-left: -20px; margin-top: -8px" class="navbar-brand" href="/"><img height="30px" src="/static/DFAST_inverse.png" class="" alt="dfast_logo"></a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" id="analysis-dropdown">Analysis <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="/dfc/">Genome Annotation</a></li> <li class="divider"></li> <li><a href="/dfv/submit/">Genome Annotation for SARS-CoV-2</a></li> <li><a href="/dfv/vadr/">NCBI VADR (Beta, for viral sequences)</a></li> <li class="divider"></li> <li><a href="/dqc/submit/">Taxonomy/Completeness Check</a></li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <!-- --> <li><a href="/dfc/distribution/">DFAST-core</a></li> <li><a href="/api/">API</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" id="help-dropdown">Help <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="/about">About DFAST</a></li> <li><a href="/faq">FAQ</a></li> <li><a href="/help_annotation">Help - DFAST</a></li> <li><a href="/help_login">Help - Login and Data Submission</a></li> </ul> </li> <li><a href="/auth/">Sign in</a></li> </ul> </div> </div> </nav> <div id="wrapper"> <div class="container"> <div class="page-container" id="page-container" style="width: 95%"> <div class="page-header" style="margin-top: 10px"> <h3>DFAST Help</h3> </div> <div class="panel panel-default"> <div class="panel-heading">1. Overview of DFAST.</div> <div class="panel-body"> <p> DDBJ Fast Annotation and Submission Tool (DFAST) is a bacterial genome annotation pipeline integrated with quality and taxonomy assessment methods. DFAST is developed so that all the procedure required for submission can be done seamlessly on-line, thus it can be used as an on-line workspace to prepare submission files to DDBJ Mass Submission System (MSS).<br/> You can access the Job Submission Form from "Analysis > Genome Annotation" in the menu bar.<br><br> As of August 2017, we have replaced the background annotation engine of DFAST with a newly-implemented pipeline called DFAST-core. Please note that the description shown in this page might be different from the current version, although the basic usage is the same. </p> </div> </div> <div class="panel panel-default"> <div class="panel-heading">2. Submit a new job.</div> <div class="panel-body"> <p> <div class="row"> <div class="col-xs-6"> <img src="/static/help/help_submission.png" class="img-thumbnail" alt="dfast_submission"> </div> <div class="col-xs-6"> <dl class="lisst-unstyled"> <dt>i. Qury File</dt> <dd>Only fasta-formated file (<15Mbyte) is acceptable.</dd> <dd>Compressed files (.zip, .gz, or .bz2) are not acceptable.</dd> <dt>ii. Organism Name</dt> <dd>Genus, Species, and Strain are required, and can be moddified later.</dd> <dt>iii. Locus Tag Prefix</dt> <dd>Required, and this can be moddified later.</dd> <dd>Locus_tags are identifiers that are systematically applied to every gene in a genome. You need to register locus_tag prefix befor submitting the genome to INSDC.</dd> <dd>Please refer to the guideline of DDBJ for more information. <a href="http://www.ddbj.nig.ac.jp/sub/locus_tag-j.html", target="_blank">Japanese</a> / <a href="http://www.ddbj.nig.ac.jp/sub/locus_tag-e.html", target="_blank">English</a> </dd> <dt>iv. Minimum Contig Length</dt> <dd>Contigs shorter than this length will be eliminated.</dd> <dd>The default value of 200 bp is the recommendation of INSDC.</dd> <dd>Please refer to the <a href="http://www.ncbi.nlm.nih.gov/genbank/wgs", target="_blank">NCBI WGS sumbission guideline</a> for more information.</dd> <dt>v. Check here to perform Genome Quality Assessment using CheckM.</dt> <dd>[This service is currently only available for Lactic acid bacteria]<br>CheckM estimates genome completeness and contamination by inspecting the presence/absence of marker genes specific for a given taxon. Please refer to the <a href="http://www.ncbi.nlm.nih.gov/pubmed/25977477", target="_blank">original paper of CheckM</a> for detailed description.</dd> <dd>Normally, Rank and Genus are automatically specified, but you can also specify them manually.</dd> <dt>vi. Check here to perform Quality Assessment using ANI.</dt> <dd>[This service is currently only available for Lactic acid bacteria]<br>ANI (average nucleotide identity) represents the mean of sequence identity of homologous regions in the alignment between a given pair of genomes. A widely accepted threshold of the ANI value for distinguishing species is 95-96%. We followed the method described by <a href="http://www.ncbi.nlm.nih.gov/pubmed/17220447", target="_blank">Goris. et al.</a> to calculate ANI.</dd> <dd>This pipeline performs ANI calculation against representative genomes (mainly type strains) deposited in DAGA. If "Target Groups" are not specified, ANI calculation will be performed against all representative genomes (This which may take a while).</dd> </dl> </div> </div> </p> </div> </div> <!-- panel --> <div class="panel panel-default"> <div class="panel-heading">3. Annotation Result.</div> <div class="panel-body"> <p> <div class="row"> <div class="col-xs-6"> <img src="/static/help/help_annotation_result.png" class="img-thumbnail" alt="dfast_submission"> </div> <div class="col-xs-6"> <dl class="lisst-unstyled"> <dt>i. Access to the annotation result.</dt> <dd>DFAST issues a uniq identifier to each job, which will be embedded in the URL for the result page. Be sure to remember the URL to access the result page again.</dd> <dd>The result will be automatically deleted 30 days after the last visit.</dd> <dt>ii. Delete the job.</dt> <dd>Click here to delete the job. This procedure cannot be undone.</dd> <dt>iii. Genome Statistics</dt> <dd>Several statistical metrics, such as N50 and number of coding sequences, are shown.</dd> <dt>iv. Download files.</dt> <dd>The annotation result can be downloaded in several formats.</dd> <dd>If you have editted the features, files will be updated accordingly.</dd> <dt>v. Result of Taxonomic Assessment.</dt> <dd>"ANI TopHit" shows the organism name that shared the highest ANI value with the query genome. If "ANI %" exceeds the threshold to discriminate species (around 95%), it is probable that the query geonome belongs to the same species as the one shown in "ANI TopHit".</dd> <dt>vi. Result of Genome Quality Assessment.</dt> <dd>Completeness is estimated by the number of single-copy gene markers identified in the genome, and Contamination is estimated from the multiplicity of the markers. Please refer to the <a href="http://www.ncbi.nlm.nih.gov/pubmed/25977477", target="_blank">original paper of CheckM</a> for detailed description.</dd> </dl> </div> </div> <!-- row --> <p><br/></p> <div class="row"> <div class="col-xs-6"> Annotated Features <img src="/static/help/help_annotation_result_feature.png" class="img-thumbnail" alt="dfast_submission"> </div> <div class="col-xs-6"> <dl class="lisst-unstyled"> <dt>vii. View Nucleotide or protein sequences.</dt> <dd>You can see the nucleotide or protein sequences. External link to NCBI BLAST service is also available.</dd> <dt>viii. Edit the feature.</dt> <dd>You can edit the product name and gene symbol. You can also add the note.</dd> </dl> <div class="row"> <div class="col-xs-6"> vii. <img src="/static/help/help_annotation_result_view.png" class="img-thumbnail" alt="dfast_result_view"> </div> <div class="col-xs-6"> viii. <img src="/static/help/help_annotation_result_edit.png" class="img-thumbnail" alt="dfast_result_edit"> </div> </div> </div> </div> <!-- row --> <p><br/><br/></p> <div class="row"> <div class="col-xs-6"> DDBJ Submission <img src="/static/help/help_annotation_result_ddbjsubmission.png" class="img-thumbnail" alt="dfast_submission"> </div> <div class="col-xs-6"> <p style="margin-top: 10px">You can create submission files to DDBJ Mass Subission System (MSS) here. Please follow the instruction shown in the page to create files.<br/> <br/> Please also refer to the following guidelines for the latest information.<br/> DDBJ Submission Guideline: <a href="https://www.ddbj.nig.ac.jp/submission-j.html", target="_blank">Japanese</a> / <a href="https://www.ddbj.nig.ac.jp/submission-e.html", target="_blank">English</a><br/> DDBJ MSS: <a href="https://www.ddbj.nig.ac.jp/sub/mss_flow-j.html", target="_blank">Japanese</a> / <a href="https://www.ddbj.nig.ac.jp/sub/mss_flow-e.html", target="_blank">English</a><br/> DDBJ WGS Submission Guideline: <a href="https://www.ddbj.nig.ac.jp/sub/wgs-j.html", target="_blank">Japanese</a> / <a href="https://www.ddbj.nig.ac.jp/sub/wgs-e.html", target="_blank">English</a> </div> </div> <!-- row --> </p> </div> </div> <!-- panel --> </div> <!-- <div class="space" id="space"></div>--> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </body> </html>