JoRussell-IDM / emod-parasite-genetics

A collection of development and example sims for commissioning DTK sims with explicit parasite genetics
0 stars 1 forks source link

Write function for creating campaign with specified MAFs #15

Open JoRussell-IDM opened 3 years ago

JoRussell-IDM commented 3 years ago

{ "Use_Defaults": 1, "Events": [ { "class": "CampaignEvent", "Start_Day": 0, "Nodeset_Config": { "class": "NodeSetAll" }, "Event_Coordinator_Config": { "class": "StandardInterventionDistributionEventCoordinator", "Target_Demographic": "Everyone", "Individual_Selection_Type": "TARGET_NUM_INDIVIDUALS", "Target_Num_Individuals": 62, "Intervention_Config": { "class": "OutbreakIndividualMalariaGenetics", "Create_Nucleotide_Sequence_From": "BARCODE_STRING", "Barcode_String": "AAAAAAAAAAAAAAAAAAAAAAAA" } } }, { "class": "CampaignEvent", "Start_Day": 0, "Nodeset_Config": { "class": "NodeSetAll" }, "Event_Coordinator_Config": { "class": "StandardInterventionDistributionEventCoordinator", "Target_Demographic": "Everyone", "Individual_Selection_Type": "TARGET_NUM_INDIVIDUALS", "Target_Num_Individuals": 63, "Intervention_Config": { "class": "OutbreakIndividualMalariaGenetics", "Create_Nucleotide_Sequence_From": "BARCODE_STRING", "Barcode_String": "TTTTTTTTTTTTTTTTTTTTTTTT" } } } ] }

JoRussell-IDM commented 3 years ago

Advised by DanB to hold off on this until incorporated into emodpy-malaria