Skip to content

Commit

Permalink
Lima integration wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilMaliszArdigen committed Jul 3, 2024
1 parent 99142bd commit db4e959
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion modules/nf-core/limma/differential/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@
"$ref": "#/definitions/deseq2_specific_options_rna_seq_only"
},
{
"$ref": "#/definitions/limma_specific_options_microarray_only"
"$ref": "#/definitions/limma_specific_options"
},
{
"$ref": "#/definitions/gsea"
Expand Down
3 changes: 2 additions & 1 deletion workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ workflow DIFFERENTIALABUNDANCE {

LIMMA_DIFFERENTIAL (
ch_contrasts,
ch_samples_and_matrix
ch_samples_and_matrix,
params.study_type
)
ch_differential = LIMMA_DIFFERENTIAL.out.results
ch_model = LIMMA_DIFFERENTIAL.out.model
Expand Down

0 comments on commit db4e959

Please sign in to comment.