Skip to content

add yte config #1667

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

Open
wants to merge 2 commits into
base: modules
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,8 @@ The earth sciences folder contain subfolders for different data formats encounte
- ncbi_user_settings.mkfg: Minimal NCBI user settings
- paraphase_config.yaml: Minimal paraphase config for PRODH
- config_baysor.toml: Sample config file to run the baysor module.
- config_template.yte.yaml: YTE compatible exemplary config file
- yte_map_file.yaml: map file to test YTE
- csv
- 'test.csv': exemplary comma-separated file obtained from [here](https://bioinf.shenwei.me/csvtk/usage/#split)
- models
Expand Down
34 changes: 34 additions & 0 deletions data/generic/config/config_template.yte.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
species:
heterozygosity: 0.001
germline-mutation-rate: 1e-3
ploidy:
male:
all: 2
X: 1
Y: 1
female:
all: 2
X: 2
Y: 0
genome-size: 3.5e9

samples:
tumor:
sex: ?sex
somatic-effective-mutation-rate: 1e-6
inheritance:
clonal:
from: normal
somatic: true
contamination:
by: normal
fraction: 0.1
normal:
sex: ?sex
somatic-effective-mutation-rate: 1e-10

events:
somatic_tumor_high: "normal:0.0 & tumor:[0.1,1.0]"
somatic_tumor_low: "normal:0.0 & tumor:]0.0,0.1["
somatic_normal: "normal:]0.0,0.5["
germline: "normal:0.5 | normal:1.0"
1 change: 1 addition & 0 deletions data/generic/config/yte_map_file.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sex: female