Assembly QA Part 2 Track Steps: Difference between revisions

From Genecats
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:




====<span style="color:dodgerblue">Setup: Populate spreadsheet steps for dev====
Add the following formula to your spreadsheet to automatically populate dev steps based on each step listed as a wiki section.


: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>
=IMPORTXML("http://genomewiki.ucsc.edu/genecats/index.php/Assembly_QA_Part_1_DEV_Steps#", "/html/body/div/div/div/div/div/h4/span/span")
</pre>
This formula will populate all the rows below it with the wiki section titles. You do no need to drag this formula down.


====<span style="color:dodgerblue">Dev 1.0. Tracks Step 1====
 
====<span style="color:dodgerblue">Tracks Step 1====
</span>
</span>
During this assembly release process,  you will be generating a lot of output, and you'll need a place to put everything. The use of the "hive" directory is encouraged as the best location because of ample space.
During this assembly release process,  you will be generating a lot of output, and you'll need a place to put everything. The use of the "hive" directory is encouraged as the best location because of ample space.




====<span style="color:deepskyblue">Dev 1.1. Tracks Substep1====
====<span style="color:dodgerblue">Tracks Step 2====
</span>
</span>



Revision as of 21:59, 28 March 2017

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


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


Setup: Populate spreadsheet steps for dev

Add the following formula to your spreadsheet to automatically populate dev steps based on each step listed as a wiki section.

A2
=HYPERLINK("http://genomewiki.ucsc.edu/genecats/index.php/Assembly_QA_Part_1:_DEV_Steps#"&SUBSTITUTE(B2," ", "_"),"link")
IMPORTANT: Drag the formula for "A" down the spreadsheet to populate the other rows.
B2
=IMPORTXML("http://genomewiki.ucsc.edu/genecats/index.php/Assembly_QA_Part_1_DEV_Steps#", "/html/body/div/div/div/div/div/h4/span/span")

This formula will populate all the rows below it with the wiki section titles. You do no need to drag this formula down.


Tracks Step 1

During this assembly release process, you will be generating a lot of output, and you'll need a place to put everything. The use of the "hive" directory is encouraged as the best location because of ample space.


Tracks Step 2



🔵 Done with TRACK steps? Go to Assembly QA Part 3: BETA Steps