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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
Added UPDio for Uniparental Disomy detection in family samples. This introduces the --updio parameter to turn on this detection and --updio_common_cnvs to supply a common CNVs file to UPDio. The family needs to contain at least one child with its mother and father.
Added docs built with MkDocs. See the documentation site here.
Added AutoMap to find regions of homozygosity from human samples. This introduces the --automap parameter to turn on this feature and the --automap_repeats, --automap_panel and --automap_panel_name parameters to configure AutoMap (see the parameters docs for more information)
Changes
Updated all tests to use snapshots instead.
Made the pipeline pluggable to enable the use of it in a meta pipeline.