Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameter error in base.cfg #89

Open
yanyew opened this issue Dec 27, 2024 · 1 comment
Open

parameter error in base.cfg #89

yanyew opened this issue Dec 27, 2024 · 1 comment

Comments

@yanyew
Copy link

yanyew commented Dec 27, 2024

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?

@yuyingrong
Copy link
Collaborator

Hi,

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?

Cheers,
Yuying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants