Skip to content

Commit

Permalink
add R4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Opitz authored and opitzl committed Nov 13, 2023
1 parent 4a450a6 commit 9b52ba8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion master/lib/CellRangerApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def initialize
@params['cmdOptions', 'description'] = 'specify the commandline options for CellRanger (e.g. --include-introns for single nuclei data); do not specify any option that is already covered by the dedicated input fields'
@params['specialOptions'] = ''
@params['mail'] = ""
@modules = ["Tools/seqtk", "Dev/R/4.3.0", "Dev/Python/3.8.3", "Tools/samtools"]
@modules = ["Tools/seqtk", "Dev/R/4.3.2", "Dev/Python/3.8.3", "Tools/samtools"]
@params['CellRangerVersion'] = ["Aligner/CellRanger/7.2.0", "Aligner/CellRanger/7.1.0", "Aligner/CellRanger/7.0.0", "Aligner/CellRanger/6.1.2"]
@inherit_tags = ["Factor", "B-Fabric"]
end
Expand Down
2 changes: 1 addition & 1 deletion master/lib/CellRangerMultiApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def initialize
@params['cmdOptions', 'description'] = 'specify the commandline options for CellRanger (e.g. --include-introns for single nuclei data); do not specify any option that is already covered by the dedicated input fields'
@params['specialOptions'] = ''
@params['mail'] = ""
@modules = ["Tools/seqtk", "Dev/R/4.3.0", "Dev/Python/3.8.3", "Tools/samtools"]
@modules = ["Tools/seqtk", "Dev/R/4.3.2", "Dev/Python/3.8.3", "Tools/samtools"]
@params['CellRangerVersion'] = ["Aligner/CellRanger/7.2.0", "Aligner/CellRanger/7.1.0"]
@inherit_tags = ["Factor", "B-Fabric"]
end
Expand Down
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.3.0", "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"]
@params['Rversion'] = ["Dev/R/4.3.2", "Dev/R/4.3.0", "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.3.0", "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"]
@params['Rversion'] = ["Dev/R/4.3.2", "Dev/R/4.3.0", "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.3.0", "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"]
@params['Rversion'] = ["Dev/R/4.3.2", "Dev/R/4.3.0", "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/SpatialSeuratApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def initialize
@params['nUMIs', 'description'] = 'A gene will be kept if it has at least nUMIs in the fraction of spots specified before'
@params['specialOptions'] = ''
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.3.0", "Dev/R/4.2.2", "Dev/R/4.2.0"]
@params['Rversion'] = ["Dev/R/4.3.2", "Dev/R/4.3.0", "Dev/R/4.2.2", "Dev/R/4.2.0"]
@inherit_tags = ["Factor", "B-Fabric"]
end
def preprocess
Expand Down
2 changes: 1 addition & 1 deletion master/lib/SpatialSeuratSlidesApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def initialize
@params['maxSamplesSupported'] = '5'
@params['specialOptions'] = ''
@params['mail'] = ""
@params['Rversion'] = ["Dev/R/4.3.0", "Dev/R/4.2.2","Dev/R/4.2.0"]
@params['Rversion'] = ["Dev/R/4.3.2", "Dev/R/4.3.0", "Dev/R/4.2.2","Dev/R/4.2.0"]
@inherit_tags = ["Factor", "B-Fabric"]
end
def next_dataset
Expand Down

0 comments on commit 9b52ba8

Please sign in to comment.