Assembly Release QA Steps: Difference between revisions

From Genecats
Jump to navigationJump to search
mNo edit summary
Line 30: Line 30:
#New species (a species not yet exisiting as a natively-hosted browser in the rr)
#New species (a species not yet exisiting as a natively-hosted browser in the rr)
#New version for existing species (A new assembly version for a species that already has at least one version in the rr).
#New version for existing species (A new assembly version for a species that already has at least one version in the rr).
===<span style="color:dodgerblue">Understanding the google spreadsheet template for QA assembly release===
</span>
[https://docs.google.com/spreadsheets/d/1vsWPyHXPob6-mMJWi6A1pqXZIgp0NDOCXQfQ-GswCoQ/edit#gid=753021682 Spreadsheet template: QA Assembly Release]
The easiest way to create your spreadsheet is to copy the template above. Below are notes on how this template was made.
# Create a new google spreadsheet
# In your assembly QA spreadsheet, add the following columns. This will auto-populate steps in your spreadsheet based on these wiki sections.
The first row of the spreadsheet can be column names:
* A: Wiki Link (this column makes a link to the corresponding wiki section)
* B: Assembly QA/Release Steps (this column copies in each section of this wiki)
For example, to populate Dev Steps, you'll link to the dev page on this wiki:
Put the following formulas in the 2nd row of each column:
:A2
<pre>
=HYPERLINK("http://genomewiki.ucsc.edu/genecats/index.php/Assembly_QA_Part_1:_DEV_Steps#"&SUBSTITUTE(B2," ", "_"),"link")
</pre>
::IMPORTANT: Drag the formula for "A" down the spreadsheet to populate the other rows.
:B2
<pre>
=HYPERLINK("http://genomewiki.ucsc.edu/genecats/index.php/Assembly_QA_Part_1:_DEV_Steps#"&SUBSTITUTE(C2," ", "_"),LEFT(C2,7))
</pre>
This formula will populate all the rows below it with the wiki section titles. You do no need to drag this formula down.





Revision as of 00:12, 28 March 2017

Navigation Menu

Home Page
Assembly QA Part 1: DEV Steps
Assembly QA Part 2: Track Steps
Assembly QA Part 3: BETA Steps
Assembly QA Part 4: RR Steps
Assembly QA Part 5: Post Release Steps


This page is currently a draft in progress. For now, use Releasing an assembly instead.


Introduction

When a developer is ready for a new assembly to be released,
a member of the QA team will QA and release the assembly.
This wiki section exists as a guide for the assembly QA and release process.
Note the 4 sections in the Navigation menu at the upper right of this home page.
The QA member can follow this guide in unison with a sync'd Google Spreadsheet template.


There are two types of assemblies that the QA team will process:

  1. New species (a species not yet exisiting as a natively-hosted browser in the rr)
  2. New version for existing species (A new assembly version for a species that already has at least one version in the rr).


🔵 Ready to get started? Go to Assembly QA Part 1: DEV Steps