Cell Browser data flow and architecture

From Genecats
Revision as of 23:07, 25 August 2022 by Brittney (talk | contribs)
Jump to navigationJump to search

How does data flow between the different machines?

650


How does building a cell browser work?

   What files are copied over?
   Which ones are transformed into another format?

1. Data is first deposited in a dataset directory inside /hive/data/inside/cells on hgwdev and then gets built onto cells-test using the command:

cbBuild -o alpha
# For datasets with no additional subsets

cbBuild -r -o alpha
# For dataset collections you will use the recursive option "-r"

2. The output files from cbBuild are placed inside /usr/local/apache/htdocs-cells. Note that the original configuration files and expression matrices inside the dataset directory are converted into either JSON or binary files (BIN). These files are used by the Cell Browser to ....... (help) build a cell browser.

Cb sysarchmap.png