
Help improve this workflow!
This workflow has been published but could be further improved with some additional meta data:- Keyword(s) in categories input, output, operation
You can help improve this workflow by suggesting the addition or removal of keywords, suggest changes and report issues, or request to become a maintainer of the Workflow .
In a population where there is a constant threat of community infection, there is a need to test everyone to ensure workplace safety. The goal of this simulation is to determine how many in the cohort would be infected with periodic testing at specified intervals.
Code Snippets
Use covid-19 outbreak simulator to simulate the impact of test frequency on workplace safety, using SoS workflow.
1 2 3 4 5 6 7 8 | input: for_each=[dict(ps=[10, 20, 30, 40]), dict(ti=[0, 3, 7, 14])] task: queue='localhost' sh: expand=True, template_name='conda', env_name='ictr' outbreak_simulator --rep 10000 --popsize {ps} --handle-symptomatic remove --stop-if 't>90' --logfile p{ps}_t{ti}.log \ --plugin community_infection --probability 0.0022 --interval 1 \ --plugin testing --interval {ti} --proportion 1 --handle-positive remove \ --plugin stat --at 14 90 |
Support
Do you know this workflow well? If so, you can
request seller status and maintenance status of this
workflow , and start supporting this workflow.
Created: 1yr ago
Updated: 1yr ago
Maitainers:
ictr
URL:
https://ictr.github.io/covid19-outbreak-simulator/applications/TestFrequency/
Name:
testfrequency
Version:
1
Accessed: 5
Downloaded:
0
Copyright:
Public Domain
License:
Creative Commons Zero v1.0 Universal
- Future updates
Related Workflows

A simulation about mask wearing in public schools in the Greater Houston Area
With increasing incidences of COVID-19 infections in the Greater Houston Area and students returning to school, informed ...

Effect of quarantine for the control of COVID19 outbreaks
From the result of the risk of COVID-19 outbreak in an enclosed environment , it was clear that it is risky to introduce ...