Skip to content

varfish-org/scarus

Repository files navigation

Crates.io Crates.io Crates.io CI codecov

Scarus

Scarus (Simple Code for ACMG Rule Utilisation and Scrutiny) is a software package for the autoamted evaluation of ACMG criteria for structural variants.

Also, here are some facts on Scarus/Parrotfish:

#1

Scarus is a genus of parrotfishes.

[...]

Plutarch had written that scarus fish "swim together in shoals and ingeniously and heroically free each other when caught in a net." The scarus thus "denoted reciprocal assistance in the fight for survival."

-- "Scarus" -- Wikipedia

#2

Their feeding activity is important for the production and distribution of coral sands in the reef biome, and can prevent algal overgrowth of the reef structure. The teeth grow continuously, replacing material worn away by feeding

-- "Parrotfish" -- Wikipedia

#3

Corallivores are an important group of reef organism because they can influence coral abundance, distribution, and community structure.

-- "Corallivore" -- Wikipedia

Developer Documentation

The contents of this section are only relevant to developers of Scarus itself.

Managing Project with Terraform

# export GITHUB_OWNER=bihealth
# export GITHUB_TOKEN=ghp_TOKEN

# cd utils/terraform
# terraform init
# terraform import github_repository.scarus scarus
# terraform validate
# terraform fmt
# terraform plan
# terraform apply