Skip to content

Commit

Permalink
added to documentation the parameter border_color
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelram committed Mar 28, 2017
1 parent f6441ff commit 8c3ca56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/content/tools/hicPlotTADs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ section as `color`, `title`, etc.
file = file.bed
title = peaks
color = read
# optional boder color. Set to none for no border color
border_color = black
width = 0.5
# optional. If not given is guessed from the file ending
file_type = bed
Expand Down Expand Up @@ -142,6 +144,8 @@ section as `color`, `title`, etc.
# color is replaced by the color in the bed file
# in this case
color = black
# optional boder color. Set to none for no border color
border_color = black
# default behaviour when plotting intervals from a
# bed file is to 'expand' them such that they
# do not overlap. The display = collapsed
Expand Down
2 changes: 2 additions & 0 deletions hicPlotTADS_template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ color = black
# directive overlaps the intervals.
display = collapsed
width = 0.3
# set to none to remove the border
border_color = black

[bedgraph]
file = file.bg
Expand Down
6 changes: 5 additions & 1 deletion hicexplorer/hicPlotTADs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
[simple bed]
file = file.bed
title = peaks
color = read
color = red
# optional boder color. Set to none for no border color
border_color = black
width = 0.5
# optional. If not given is guessed from the file ending
file_type = bed
Expand Down Expand Up @@ -103,6 +105,8 @@
# color is replaced by the color in the bed file
# in this case
color = black
# optional boder color. Set to none for no border color
border_color = black
# default behaviour when plotting intervals from a
# bed file is to 'expand' them such that they
# do not overlap. The display = collapsed
Expand Down

0 comments on commit 8c3ca56

Please sign in to comment.