You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a list of things that should change while that transition happen:
[bug] consecutive calls of tranformers on same column only work inside "custom" flag. The possibility to deploy more than one transformation on the same column is curently supported at python level but not at nextflow level.
[feat] set a yaml architecture that fits all possible combinations of transformers. Considering that consecutive calls of methods on the same column are now allowed.
[feat] either using nextflow schema or through custom script check that all the necesasary fields are preent and that they are of the correct type and relationships among each other.
[feat] write documentation (brief) on how to use and what to specify for the user.
The text was updated successfully, but these errors were encountered:
Here is a list of things that should change while that transition happen:
The text was updated successfully, but these errors were encountered: