-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option to adjust line width using base.cfg #15
- Loading branch information
mnshgl0110
committed
May 21, 2024
1 parent
2ac7ba0
commit f6e50b4
Showing
3 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
## COLOURS and transparency for alignments (syntenic, inverted, translocated, and duplicated) | ||
syncol:#DEDEDE | ||
syncol:#CCCCCC | ||
invcol:#FFA500 | ||
tracol:#9ACD32 | ||
dupcol:#00BBFF | ||
synlwd:0 ## Line width for syntenic annotations | ||
invlwd:0.1 ## Line width for inversions | ||
tralwd:0.1 ## Line width for translocations | ||
duplwd:0.1 ## Line width for duplications | ||
alpha:0.8 | ||
|
||
## Margins and dimensions: | ||
chrmar:0.1 ## Adjusts the gap between chromosomes and tracks. Higher values leads to more gap | ||
exmar:0.1 ## Extra margin at the top and bottom of plot area | ||
marginchr:0.1 ## Margin between adjacent chromosomes when using --itx | ||
|
||
## LEGEND | ||
legend:T ## To plot legend use T, use F to not plot legend | ||
genlegcol:-1 ## Number of columns for genome legend, set -1 for automatic setup | ||
bbox:0,1.01,0.5,0.3 ## [Left edge, bottom edge, width, height] | ||
## bbox:[0, 1.1, 0.5, 0.3] ## For vertical chromosomes (using -v option) | ||
bboxmar:0.5 ## Margin between genome and annotation legends | ||
legend:T ## To plot legend use T, use F to not plot legend | ||
genlegcol:-1 ## Number of columns for genome legend, set -1 for automatic setup | ||
bbox:0,1.01,0.5,0.3 ## [Left edge, bottom edge, width, height] | ||
bbox_v:0,1.1,0.5,0.3 ## For vertical chromosomes (using -v option) | ||
bboxmar:0.5 ## Margin between genome and annotation legends |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters