waleedev01 / analytics_automated_v2

Middleware layer for exposing analytics and distributed computing jobs as web services
Other
1 stars 0 forks source link

extract Job termination behaviour as custom field in ctl cwl #60

Closed Cenxn closed 3 months ago

Cenxn commented 3 months ago

Extract incomplete_outputs_behaviour, custom_exit_status, and custom_exit_behaviour from cwl commandLineTool files. Report Error when only detected ustom_exit_status without custom_exit_behaviour.

Attribute Name in Task Expected Field Name in CWL CommandLineTool
incomplete_outputs_behaviour AAIncompleteOutputsBehaviour
custom_exit_status AACustomExitStatus
custom_exit_behaviour AACustomExitBehaviour

Because the migration error was caused by deleting 'initial_work_dir' in the previous commit, the migration files in the migrations folder except 'init.py' were removed.

anisahn09 commented 3 months ago

what is .idea folder for? @Cenxn

waleedev01 commented 3 months ago

what is .idea folder for? @Cenxn

it should be from the Intellij IDE. We should put it in .gitignore

Cenxn commented 3 months ago

what is .idea folder for? @Cenxn

removed, it is because I accidently apply git add .