Skip to content

Commit

Permalink
Update workflows/differentialabundance.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Manning <[email protected]>
  • Loading branch information
KamilMaliszArdigen and pinin4fjords authored Oct 25, 2024
1 parent 194350f commit b71c74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ workflow DIFFERENTIALABUNDANCE {
def params_pattern = "report|gene_sets|study|observations|features|filtering|exploratory|differential"
if (params.study_type == 'rnaseq'){
if (params.differential_use_limma){
params_pattern += "|lima"
params_pattern += "|limma"
} else {
params_pattern += "|deseq2"
}
Expand Down

0 comments on commit b71c74c

Please sign in to comment.