Skip to content

UMiamiCancerCenter/sdp-wastewater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published