nf-core / gwas

UNDER CONSTRUCTION: A pipeline for Genome Wide Association Studies
https://nf-co.re/gwas
MIT License
22 stars 17 forks source link

Transition of python templates to scripts in QC workflow #34

Closed abhi18av closed 2 years ago

abhi18av commented 2 years ago

Hey there :wave:, We tried to update some modules using binary structure instead of templates, the changed files were:

We updated how the modules use them, trying to use explicit parameters on script side. One thing that I'd like to point, is that I added the FIX keyword for some parameters that should be added to the module for the complete deployment on the usage of binaries instead of templates.

This is a important step towards the qc update, and your considerations are very welcome, please feel free to add them, also feel free to update add commits to the mxrcon/dev-python-parser branch

abhi18av commented 2 years ago

Merging this as it will resolve the blockers for completion of QC workflow

Thanks @Mxrcon !