Skip to content

Commit

Permalink
Merge pull request #6 from connorhorton/patch-1
Browse files Browse the repository at this point in the history
Update README.md for sample name argument
  • Loading branch information
SooLee authored Jul 6, 2017
2 parents 2408bd1 + e8a3ad0 commit 58bf528
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ git clone https://github.com/4dn-dcic/pairsqc
1) pairsqc.py
```
usage: pairsqc.py [-h] [-p PAIRS] [-c CHRSIZE] [-t INPUT_TYPE]
[-O OUTPUT_PREFIX]
[-O OUTDIR_PREFIX] [-s SAMPLE_NAME]
QC for Pairs
Expand All @@ -59,9 +59,12 @@ optional arguments:
-t INPUT_TYPE, --input_type INPUT_TYPE
input file type (P:pairs, M:merged_nodups,
OM:old_merged_nodups)
-O OUTPUT_PREFIX, --output_prefix OUTPUT_PREFIX
-O OUTDIR_PREFIX, --outdir_prefix OUTDIR_PREFIX
prefix of output directory (output directory name will
be <output_prefix>_report
be <outdir_prefix>_report
-s SAMPLE_NAME, --sample_name SAMPLE_NAME
sample name to be used as the file prefix and in the
report (do not include space)
```
2) plot.r
```
Expand Down

0 comments on commit 58bf528

Please sign in to comment.