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
Describe the bug
The varfish wrappers for 'annotate_sv' has been renamed to 'annotate_svs' in 7c35ec3.
However the workflows wgs_sv_export_external and wgs_cnv_export_external still try to call the 'annotate_sv' warpper from their snakefiles.
To Reproduce
Execute snappy rule wgs_sv_export_external or wgs_sv_export_external with a current version (i.e. 20bb62c or 7c35ec3 )
Fix
If the renaming is intentional then the wrapper calls in Snakefiles need to be adjusted to call 'annotate_svs'
The text was updated successfully, but these errors were encountered:
Describe the bug
The varfish wrappers for 'annotate_sv' has been renamed to 'annotate_svs' in 7c35ec3.
However the workflows wgs_sv_export_external and wgs_cnv_export_external still try to call the 'annotate_sv' warpper from their snakefiles.
To Reproduce
Execute snappy rule wgs_sv_export_external or wgs_sv_export_external with a current version (i.e. 20bb62c or 7c35ec3 )
Fix
If the renaming is intentional then the wrapper calls in Snakefiles need to be adjusted to call 'annotate_svs'
The text was updated successfully, but these errors were encountered: