waleedev01 / analytics_automated_v2

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

Adjust CWL Input Variable Placement on Executable Field #49

Closed anisahn09 closed 2 months ago

anisahn09 commented 2 months ago

Problem: Currently, we always put input variable at the end of executable field of a task.

To Do: Put input variable based on it's "position" field. If "position" field is not given, put it at the end of executable field of a task.