quickrun command#
openfe quickrun#
Run the transformation (edge) in the given JSON file in serial.
A transformation can be saved as JSON using from Python using its dump method:
transformation.dump("filename.json")
That will save a JSON file suitable to be input for this command.
openfe quickrun [OPTIONS] TRANSFORMATION
Options
- -d, --work-dir <work_dir>#
directory to store files in (defaults to current directory)
- -o <output>#
output file (JSON format) for the final results
Arguments
- TRANSFORMATION#
Required argument