We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We would like to have some extra checks / adjustments in the pipeline
host_events.csv
measurement_unit needs to be obligatory and filled (if measurement_quanity is filled),
If measurement_quantity is 0 or 1 --- then the measurement_unit needs to be a bool
treatment_unit needs to be obligatory and filled! (if treatment_dose is filled)
treatment_dose is 0 or 1 --- then the treatment_unit needs to be a bool
Maybe rename treatment_dose -> treatment_quantity for simplicity
if Inoculation_dose is 0 or 1 -> inoculation_unit needs to be a boolean (bool)
Incoculation_unit is obligatory (if inoculation_dose is filled), and filled
host.csv
enviroment.csv There is a column missing -- we discussed this with Stefano a few weeks back
environmnet_event.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We would like to have some extra checks / adjustments in the pipeline
host_events.csv
measurement_unit needs to be obligatory and filled (if measurement_quanity is filled),
If measurement_quantity is 0 or 1 --- then the measurement_unit needs to be a bool
treatment_unit needs to be obligatory and filled! (if treatment_dose is filled)
treatment_dose is 0 or 1 --- then the treatment_unit needs to be a bool
Maybe rename treatment_dose -> treatment_quantity for simplicity
if Inoculation_dose is 0 or 1 -> inoculation_unit needs to be a boolean (bool)
Incoculation_unit is obligatory (if inoculation_dose is filled), and filled
host.csv
enviroment.csv
There is a column missing -- we discussed this with Stefano a few weeks back
environmnet_event.csv
The text was updated successfully, but these errors were encountered: