Cell Browser data flow and architecture
From Genecats
Jump to navigationJump to search
How does data flow between the different machines?
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.