Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed May 1, 2022
2 parents 6686fa2 + 280dd6d commit 2626e22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/msstats_plfq.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ if (l == 1) {
contrast_mat <- parse_contrasts(l = l, contrast_str = contrast_str, lvls = lvls)
print ("Contrasts to be tested:")
print (contrast_mat)
#TODO allow for user specified contrasts
test.MSstats <- groupComparison(contrast.matrix=contrast_mat, data=processed.quant)

mic <- get_missing_in_condition(processed.quant$ProteinLevelData)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/msstats/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process MSSTATS {
label 'process_medium'

conda (params.enable_conda ? "bioconda::bioconductor-msstats=4.2.0 conda-forge::r-here" : null)
conda (params.enable_conda ? "bioconda::bioconductor-msstats=4.2.0" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/bioconductor-msstats:4.2.0--r41h619a076_1"
} else {
Expand Down

0 comments on commit 2626e22

Please sign in to comment.