stjudecloud / workflows

Bioinformatics workflows developed for and used on the St. Jude Cloud project.
MIT License
33 stars 10 forks source link

Expose more parameters of tools #168

Open a-frantz opened 2 months ago

a-frantz commented 2 months ago

In the early days of this repo we tended to only expose parameters we use. We've since gotten much better at exposing parameters as we add tools. But there are still many old tasks with very little parameterization.

a-frantz commented 1 month ago

There are few places where we (me and @adthrasher ) decided it was best not to expose specific parameters. The reasoning here is varied, but is generally along the lines of "making use of this parameter would violate a best practice". These cases are sometimes documented (https://github.com/stjudecloud/workflows/blob/main/tools/qualimap.wdl#L7) but there are definitely some "ghost" omissions. I believe in STAR and Kraken both, perhaps in other tools as well.

We should correct this with a dedicated key in the meta section. Do not have a specific key to propose at this time.