karimn / covid-19-transmission

0 stars 0 forks source link

Few extra options for run_mob & manual settings for imputed cases #15

Closed wwiecek closed 4 years ago

wwiecek commented 4 years ago

How do these [default: ...] opts work? Don't I have to set my logicals to FALSE to something to avoid trouble?

karimn commented 4 years ago

You only need default if you have an option that is like "--opt=<some value>" and you want the to have a default. An option that has no value, "--opt", would automatically either be TRUE/FALSE depending on whether you used that option or not on the commandline.

Sorry, my code tends to be commandline argument crazy! It makes it very easy to do things on a cluster server.

On Wed, Jul 1, 2020 at 9:50 AM Witold Wiecek notifications@github.com wrote:

How do these [default: ...] opts work? Don't I have to set my logicals to FALSE to something to avoid trouble?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/karimn/covid-19-transmission/pull/15#issuecomment-652430747, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABB556WZBX3DUVHCJ2C5ELRZM5MFANCNFSM4OKDXF6Q .

wwiecek commented 4 years ago

No, that's great, this is good learning for me.