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
Question 1:
I am using mavis to annotate SV calls from delly and Manta. I ran mavis using the command below and ran into an error due to "Additional properties are not allowed ('summary.cluster_radius' was unexpected)" ?
Snippet of what I think is the relevant error message (full log included as attachment):
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/mavis_config/__init__.py", line 71, in validate_config
os.path.join(os.path.dirname(__file__), f'{schema}.json'),
File "/usr/local/lib/python3.7/site-packages/snakemake/utils.py", line 150, in validate
raise WorkflowError("Error validating config file.", e)
snakemake.exceptions.WorkflowError: Error validating config file.
ValidationError: Additional properties are not allowed ('summary.cluster_radius' was unexpected)
It seems that mavis run via snakemake/ singularity is using mavis3.0.0, is there any possibility that there is some sort of incompatibility since the latest version is mavis3.1.0?
Question 2:
What is the difference between the package from 'pip install mavis_config' VS this one https://pypi.org/project/mavis-config/ ? One is underscore and another one is a dash
The text was updated successfully, but these errors were encountered:
min-codes
changed the title
summary.cluster_radius
ValidationError: Additional properties are not allowed ('summary.cluster_radius' was unexpected)
Dec 14, 2022
Dear Authors,
Question 1:
I am using mavis to annotate SV calls from delly and Manta. I ran mavis using the command below and ran into an error due to "Additional properties are not allowed ('summary.cluster_radius' was unexpected)" ?
snakemake -j 1 --configfile config.json --use-singularity -s Snakefile
My config.json
Snippet of what I think is the relevant error message (full log included as attachment):
It seems that mavis run via snakemake/ singularity is using mavis3.0.0, is there any possibility that there is some sort of incompatibility since the latest version is mavis3.1.0?
This was my command for installing mavis_config
Question 2:
What is the difference between the package from 'pip install mavis_config' VS this one https://pypi.org/project/mavis-config/ ? One is underscore and another one is a dash
Many thanks in advance,
Min
log.txt
2022-12-14T170626.781435.snakemake.log
The text was updated successfully, but these errors were encountered: