Validate Manifest
The goal of this module is simple: once the user has filled out the manifest, we want to make sure all is compliant with the lab and Frontier’s working philosophy. Once this is done, the user can run stagecoach to stage the data they requested in their environment.
Here’s some dummy code to get us started:
def validate_manifest():
print("Validating manifest...")
return True