Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.01 KB

Frontend scripts

This folder describes scripts and files that are required for the operation of the public facing web server.

cgibin

This folder of scripts is to be placed in the /usr/lib/cgi-bin directory. The acc.sh script manages the queue of accessions that are requested by the worker nodes. The search.sh script as the name suggests, searches metadata for matching DEE2 datasets. The request.sh script packages the datasets for the end user and bundles it up in a zip archive. The request2.sh script sends the STAR gene count matrix to Degust to enable differential analysis in the browser. Similarly request3.sh sends the Kallisto transcript level counts to Degust. Lastly request4.sh sends the Kallisto counts sumarised to gene level to Degust.

html

This folder contains html files that users interact with through the browser.

clean.sh

This is the script that performs initial checking of incoming datasets and relays them to the data repo.