Skip to content

Commit 9bd9b8d

Browse files
Lennart Opitzopitzl
authored andcommitted
add R4.2.2 to some apps
1 parent 29a36b5 commit 9bd9b8d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

master/lib/DESeq2App.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def initialize
5757
@params['specialOptions'] = ''
5858
@params['expressionName'] = ''
5959
@params['mail'] = ""
60-
@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"]
60+
@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"]
6161
@modules = ["Tools/samtools"]
6262
end
6363
def preprocess

master/lib/EdgeRApp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def initialize
6969
@params['specialOptions'] = ''
7070
@params['expressionName'] = ''
7171
@params['mail'] = ""
72-
@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"]
72+
@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"]
7373
end
7474
def preprocess
7575
@random_string = (1..12).map{[*('a'..'z')].sample}.join

master/lib/LimmaApp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize
4747
@params['specialOptions'] = ''
4848
@params['expressionName'] = ''
4949
@params['mail'] = ""
50-
@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"]
50+
@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"]
5151
end
5252
def preprocess
5353
@random_string = (1..12).map{[*('a'..'z')].sample}.join

master/lib/SeuratCompareApp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize
3333
@params['refGroup'] = '' ## Note: this will be a selector defined by Factor tagged column
3434
@params['refGroup', 'description'] = 'refGroup should be different from sampleGroup'
3535
@params['mail'] = ""
36-
@params['Rversion'] = ["Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0"]
36+
@params['Rversion'] = ["Dev/R/4.2.2", "Dev/R/4.2.0", "Dev/R/4.1.2", "Dev/R/4.1.0"]
3737
end
3838
def preprocess
3939
@random_string = (1..12).map{[*('a'..'z')].sample}.join

master/lib/SpatialSeuratApp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def initialize
5050
@params['nUMIs', 'description'] = 'A gene will be kept if it has at least nUMIs in the fraction of cells specified before'
5151
@params['specialOptions'] = ''
5252
@params['mail'] = ""
53-
@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"]
53+
@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"]
5454
end
5555
def preprocess
5656
@random_string = (1..12).map{[*('a'..'z')].sample}.join

0 commit comments

Comments
 (0)