You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing such great tool!
I tried the base.cfg in the example:
`## COLOURS and transparency for alignments (syntenic, inverted, translocated, and duplicated)
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_v:0,1.1,0.5,0.3 ## For vertical chromosomes (using -v option)
bboxmar:0.5 ## Margin between genome and annotation legends
Tracks
norm:T ## For each chromosome, independently normalise the y-axis of tracks. Use T for normalising independently, and F to normalise based on max value across all chromosomes
Axis
maxl:-1 ## Manually set maximum chromosome position. Use -1 for automatic selection. Does not work with --itx
genname:T ## Write genome names adjacent to the chromosome (T) or not (F)`
but got the error message as follow: readbasecfg - ERROR - synlwd is not a valid config parameter. Using default value. readbasecfg - ERROR - invlwd is not a valid config parameter. Using default value. readbasecfg - ERROR - tralwd is not a valid config parameter. Using default value. readbasecfg - ERROR - duplwd is not a valid config parameter. Using default value. readbasecfg - ERROR - norm is not a valid config parameter. Using default value. readbasecfg - ERROR - maxl is not a valid config parameter. Using default value. readbasecfg - ERROR - genname is not a valid config parameter. Using default value.
Have these config parameters been discarded?
The text was updated successfully, but these errors were encountered:
Thanks for your question! These contig parameters in the example base.cfg file are no longer supported in the current conda release. However, these errors should not prevent the plot from being generated. We are currently working on updating the example files for the next release. Would you like to adjust a certain parameter or do you have issues with generating the plot?
Thanks for developing such great tool!
I tried the
base.cfg
in the example:`## COLOURS and transparency for alignments (syntenic, inverted, translocated, and duplicated)
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_v:0,1.1,0.5,0.3 ## For vertical chromosomes (using -v option)
bboxmar:0.5 ## Margin between genome and annotation legends
Tracks
norm:T ## For each chromosome, independently normalise the y-axis of tracks. Use T for normalising independently, and F to normalise based on max value across all chromosomes
Axis
maxl:-1 ## Manually set maximum chromosome position. Use
-1
for automatic selection. Does not work with --itxgenname:T ## Write genome names adjacent to the chromosome (T) or not (F)`
but got the error message as follow:
readbasecfg - ERROR - synlwd is not a valid config parameter. Using default value. readbasecfg - ERROR - invlwd is not a valid config parameter. Using default value. readbasecfg - ERROR - tralwd is not a valid config parameter. Using default value. readbasecfg - ERROR - duplwd is not a valid config parameter. Using default value. readbasecfg - ERROR - norm is not a valid config parameter. Using default value. readbasecfg - ERROR - maxl is not a valid config parameter. Using default value. readbasecfg - ERROR - genname is not a valid config parameter. Using default value.
Have these config parameters been discarded?
The text was updated successfully, but these errors were encountered: