Skip to content

Commit

Permalink
add R4.2.2 to some apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Opitz authored and opitzl committed Nov 22, 2022
1 parent 29a36b5 commit 9bd9b8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion master/lib/DESeq2App.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def initialize
@params['specialOptions'] = ''
@params['expressionName'] = ''
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3", "Dev/R/4.0.1"]
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3", "Dev/R/4.0.1"]
@modules = ["Tools/samtools"]
end
def preprocess
Expand Down
2 changes: 1 addition & 1 deletion master/lib/EdgeRApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def initialize
@params['specialOptions'] = ''
@params['expressionName'] = ''
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3", "Dev/R/4.0.1"]
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3", "Dev/R/4.0.1"]
end
def preprocess
@random_string = (1..12).map{[*('a'..'z')].sample}.join
Expand Down
2 changes: 1 addition & 1 deletion master/lib/LimmaApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def initialize
@params['specialOptions'] = ''
@params['expressionName'] = ''
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.0.4", "Dev/R/4.0.3", "Dev/R/4.0.1"]
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.0.4", "Dev/R/4.0.3", "Dev/R/4.0.1"]
end
def preprocess
@random_string = (1..12).map{[*('a'..'z')].sample}.join
Expand Down
2 changes: 1 addition & 1 deletion master/lib/SeuratCompareApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def initialize
@params['refGroup'] = '' ## Note: this will be a selector defined by Factor tagged column
@params['refGroup', 'description'] = 'refGroup should be different from sampleGroup'
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0"]
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0"]
end
def preprocess
@random_string = (1..12).map{[*('a'..'z')].sample}.join
Expand Down
2 changes: 1 addition & 1 deletion master/lib/SpatialSeuratApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def initialize
@params['nUMIs', 'description'] = 'A gene will be kept if it has at least nUMIs in the fraction of cells specified before'
@params['specialOptions'] = ''
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3"]
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0", "Dev/R/4.0.4", "Dev/R/4.0.3"]
end
def preprocess
@random_string = (1..12).map{[*('a'..'z')].sample}.join
Expand Down

0 comments on commit 9bd9b8d

Please sign in to comment.