Releases: mohit4/automatron
Releases · mohit4/automatron
Automatron first release with basic skeleton generation
This release contains a basic version of automatron that allows the user to generate a skeleton batch script packed with the below functionalities.
- config.yaml file is generated where developer can append the configurable parameters, generated project script will automatically read from the configuration
- input, output and log directories are generated. Log directory will contain the logs for every run
- generated project is divided into three sections - initializer, executor and finalizer. Initializer and finalizer sections can be used for pre and post steps respectively, whereas executor can be used for task executions as it supports multi-threading.