Assembly Release QA Steps: Difference between revisions

From Genecats
Jump to navigationJump to search
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 9: Line 9:
::[[Assembly QA Part 3 BETA Steps | Assembly QA Part 3: BETA Steps]]
::[[Assembly QA Part 3 BETA Steps | Assembly QA Part 3: BETA Steps]]
::[[Assembly QA Part 4 RR Steps | Assembly QA Part 4: RR Steps]]
::[[Assembly QA Part 4 RR Steps | Assembly QA Part 4: RR Steps]]
::[[Assembly QA Part 5 Post Release Steps | Assembly QA Part 5: Post Release Steps]]
|}
|}




<span style="color:olive">This page is currently a draft in progress. For now, use [[Releasing_an_assembly | Releasing an assembly]] instead.</span>
<span style="color:olive">See also: [[Releasing_an_assembly | Releasing an assembly (old steps)]] </span>




Line 20: Line 19:
</span>
</span>


When a developer is ready for a new assembly to be released, <br>
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.  
a member of the QA team will QA and release the assembly. <br>
This wiki section exists as a guide for the assembly QA and release process. <br>
Note the 4 sections in the Navigation menu at the upper right of this home page. <br>
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:
#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).
 
 
 
===<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.




The QA rock star can follow this guide in unison with a sync'd Google spreadsheet checklist, simply by copying the [http://genomewiki.ucsc.edu/genecats/index.php/Assembly_QA_Part_1_DEV_Steps#Setup:_Create_a_Google_spreadsheet_checklist_from_a_template super fancy-pants spreadsheet template]. These wiki steps are automatically populated in the spreadsheet as a checklist, and therefore will always be in sync with the wiki.




Line 99: Line 60:




[[Category:Browser QA Assembly Release Guide]]
[[Category:Browser QA]]
[[Category:Browser QA]]
[[Category:Browser QA Assembly Release Guide]]
[[Category:Browser QA New Assembly]]

Latest revision as of 23:21, 20 March 2018

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


See also: Releasing an assembly (old steps)


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.


The QA rock star can follow this guide in unison with a sync'd Google spreadsheet checklist, simply by copying the super fancy-pants spreadsheet template. These wiki steps are automatically populated in the spreadsheet as a checklist, and therefore will always be in sync with the wiki.


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