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
Thank you for joining!
We have a branch called dev-ratio, to which you should PR your changes.
You could see from this branch that we are trying to reorganize the structure of the pipeline into a more modular one.
So that differentialabundance.nf calls --> subworkflow/experimental.nf
And from this experimental.nf it calls to the subsequence analysis wrapped into subworkflows, basically:
subworkflow/differential
subworkflow/correlation
subworkflow/enrichment
You could add the DESEQ2 module into subworkflow/differential.nf
NOTE: as you may see, it is half added, in the sense we added at some point the call to DESEQ2, but then we updated the rest of the code, so it is not properly working. You would need to properly handled the input channels and call DESEQ2
The text was updated successfully, but these errors were encountered: