Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.05 KB

sdp-wastewater

Calculate and extract the required metadata fields for the RADx-rad Wastewater RNA-Seq project

Dictionaries used:

A. Build the Docker

docker pull rocker/tidyverse:4.2.2
docker build -t sdp-interop:1.2.0  .

B. Run the code:

docker run --rm \
-v <RUN_LOCAL_FOLDER>:/data_raw/  \
-v <CONSTANTS_LOCAL_FOLDER>:/constants_folder/ \
-v <OUTPUT_LOCAL_FOLDER>:/data_output/ \
sdp-interop:1.2.0  Rscript /constants_folder/Wastewater_Processing.R 

Parameters

  • <RUN_LOCAL_FOLDER> : location of the run folder (e.g. ./220401_NB501949_0418_AHJ73VAFX3/)

  • <CONSTANTS_LOCAL_FOLDER> : location of the folder containing the constants table (constants.xlsx) and the R script (Wastewater_Processing.R)

  • <OUTPUT_LOCAL_FOLDER> : folder for output table (final_output.csv)