Skip to content

Commit

Permalink
Merge pull request #6 from KienTTran/main
Browse files Browse the repository at this point in the history
Added GenotypeParameters and MosquitoParameters classes and tests
  • Loading branch information
KienTTran authored Oct 16, 2024
2 parents 21c787d + f045125 commit 57d1a58
Show file tree
Hide file tree
Showing 6 changed files with 940 additions and 10 deletions.
11 changes: 8 additions & 3 deletions sample_inputs/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ genotype_parameters:
multiplicative_effect_on_EC50:
- drug_id: 6
factors: [1, 1.6]
- drug_id:
- drug_id: 1
factors: [1.1, 1]
- drug_id: 2
factors: [1, 1.2]
Expand Down Expand Up @@ -849,8 +849,13 @@ epidemiological_parameters:
# ---------------------------------------------------------------
mosquito_parameters:
mosquito_config:
interrupted_feeding_rate: [0.19]
prmc_size: 100
mode: "grid_based" # or "location_based"
grid_based:
interrupted_feeding_rate_raster: "../input/kag_mosquito_ifr.asc"
prmc_size_raster: "../input/kag_mosquito_size.asc"
location_based:
interrupted_feeding_rate: [0.19]
prmc_size: [100]

# Within-host induced free recombination
within_host_induced_free_recombination: true
Expand Down
Loading

0 comments on commit 57d1a58

Please sign in to comment.