Skip to content

Commit

Permalink
Upgraded Ruby version, v3.0.3, in GATKv4FilteringSNPsByReferenceVCFApp
Browse files Browse the repository at this point in the history
  • Loading branch information
masaomi committed Jul 1, 2022
1 parent 1e47a11 commit 0d66fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/lib/GATKv4FilteringSNPsByReferenceVCFApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize
@params['ram'] = '50'
@params['scratch'] = '100'
@params['DataSet'] = []
@modules = ["Dev/Ruby/2.6.7"]
@modules = ["Dev/Ruby/3.0.3"]
@inherit_tags = ["Factor", "B-Fabric", "Characteristic"]
end
def set_default_parameters
Expand Down

0 comments on commit 0d66fca

Please sign in to comment.