-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
25 lines (22 loc) · 806 Bytes
/
Makefile
File metadata and controls
25 lines (22 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
build:
docker build -t ucsctreehouse/bam-mend-qc .
debug:
docker run -it --rm --user `id -u`:`id -g` \
-v `pwd`/data:/data \
-v ~/scratch/tmp:/tmp \
-v `pwd`:/app \
--entrypoint /bin/bash \
ucsctreehouse/bam-mend-qc
test:
docker run -it --rm --user `id -u`:`id -g` \
-v `pwd`/data:/outputs \
-v ~/scratch/tmp:/tmp \
ucsctreehouse/bam-mend-qc /app/TEST.bam /outputs
md5sum -c TEST.md5
concordance:
docker run -it --rm --user `id -u`:`id -g` \
-v `pwd`/data:/outputs \
-v ~/scratch/tmp:/tmp \
-v /pod/pstore/groups/treehouse/archive/downstream/TH27_0702_S01/expression/sortedByCoord.md.bam:/sample.bam:ro \
ucsctreehouse/bam-mend-qc /sample.bam /outputs
diff -s data/readDist.txt /pod/pstore/groups/treehouse/archive/downstream/TH27_0702_S01/expression/QC/bamQC/readDist.txt