Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aboghossian committed Nov 2, 2020
1 parent 6e1de21 commit 0df901b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# CTG_pipeline
Data processing pipeline for PRISM CTG screens.

To process raw data from a screen use `process_CTG.R`.
To process raw data from a screen use `pipeline.sh` or `process_CTG.R`. Or using Docker run
``` bash
docker pull cmap/ctg:latest
docker run -it
-v ~/ctg_data:/data
-v ~/ctg_results:/resuts \
cmap/ctg:latest \
-f data/mergedfile.csv \
-m data/mapping.csv \
-r data/raw_data.csv \
-o results \
-p <PROJECT>
```
replacing `<PROJECT>` with the name of the project and all other paths with the path to the appropriate data.

To generate a report for a screen use `CTG_report.Rmd`.
To generate a report for a screen use `CTG_report.Rmd` changing the data path parameter to point to processed CTG data.

Docker image is on [Docker Hub](https://hub.docker.com/repository/docker/aboghoss/ctg)
The Docker image is on [Docker Hub](https://hub.docker.com/repository/docker/cmap/ctg).

0 comments on commit 0df901b

Please sign in to comment.