biowdl / tasks

A collection of reusable WDL tasks. Category:Other
https://biowdl.github.io/tasks/
MIT License
85 stars 31 forks source link

BIOWDL-521: Update tasks to a uniform layout/structure. #261

Closed JasperBoom closed 3 years ago

JasperBoom commented 3 years ago

Checklist

This is mostly just a layout/structure update for the tasks. I have mainly reordered the parameter_meta to match the order of the inputs. Separated the inputs into three sections: required/defined inputs, optional inputs and runtime inputs (which was already the case in a lot of the newer tasks, but not in the older ones). I have added new lines between sections within a task, or removed unnecessary newlines. And I have added some changes to tasks that I also put in the CHANGELOG.

Don't worry, I did not spend all my time on this, I also did useful things :worried:.