Skip to content

Commit

Permalink
Merge branch 'master' of github.com:4dn-dcic/pairsqc into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed Jul 6, 2017
2 parents 3b7204d 2408bd1 commit f3b94e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 1,6 @@
### 0.1.2
* When sample is not specified, 'sample' is used as a placeholder (instead of an empty string).

### 0.2.0
* The report can now contain information about multiple samples.
* `pairsqc.py` now takes sample name as an option (-s). The output files in the output report directory will have the sample name as file prefix.
Expand Down
2 changes: 1 addition & 1 deletion pairsqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 354,7 @@ def distance_histogram (pairs_file, chromsize_file, outfilename, cols=cols_pairs
if args.sample_name:
sample_name = args.sample_name
else:
sample_name = ''
sample_name = 'sample'

CIS_TRANS_OUT_FILE_PATH = outdir '/' sample_name '.' CIS_TRANS_OUT_FILE_SUFFIX
PLOT_TABLE_OUT_FILE_PATH = outdir '/' sample_name '.' PLOT_TABLE_OUT_FILE_SUFFIX
Expand Down
Binary file modified test_samples/merged_nodup.tab.chrblock_sorted.txt.gz.px2
Binary file not shown.

0 comments on commit f3b94e4

Please sign in to comment.