cnr-ibba / nf-modules

Custom Nextflow DSL2 modules
MIT License
0 stars 0 forks source link

[FEATURE] Freebayes output should return results as tuple #15

Closed bunop closed 2 years ago

bunop commented 2 years ago

Is your feature request related to a problem? Please describe

Freebayes outputs are emitted as path, making difficult to use them in a pipeline, for example as input of bfctools/norm step

Describe the solution you'd like

Freebayes output should return results as tuple (useful to use its output in a pipeline)

Describe alternatives you've considered

We could write a workaround in the pipeline, however this will annoying to maintain

Additional context