Skip to content

Tom-Jenkins/AssemblyStatsViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Stats Viewer

Assembly Stats Viewer is a web tool that allows users to compare genome assembly stats from the NCBI assembly database. It works by fetching data via the NCBI Datasets v2 REST API, and processing the result to render an interactive table presenting basic assembly stats (N50, number of contigs, total length, etc.) and, if available, a barchart of BUSCO completeness assessments.

Click here to launch the web application.

AssemblyStatsViewer_Screenshot

How to use:

  • Type one or more accession numbers (e.g. GCF_018350175) and/or taxon names (e.g. cat, Felis, Felis catus, etc.) into the text box.
  • Users can submit multiple queries at once, separated by a new line.
  • Using higher taxonomic ranks will work (e.g. Mammalia) but only the first 20 results will be shown to optimise usability and performance. By default, data for accession numbers will be prioritised before fetching data for taxon IDs.
  • The table and barchart data can be copied or downloaded as required, and users are able to highlight the best assembly stat for relevant columns.

Please post any issues or feedback on the GitHub page.