Skip to content

Commit

Permalink
Fix CLI issue with gfa-add-gaf
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Oct 6, 2023
1 parent 82fcc47 commit bf3bef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gfa-add-gaf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $LOAD_PATH.push File.expand_path('../../lib', File.realpath(__FILE__))

require 'gfa'

input_gfa, input_gaf, output, degree, threads = ARGV
input_gfa, input_gaf, output, degree, pref, threads = ARGV

unless degree
$stderr.puts <<~HELP
Expand Down
2 changes: 1 addition & 1 deletion lib/gfa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class GFA
VERSION = '0.6.2'
VERSION = '0.6.3'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down

0 comments on commit bf3bef6

Please sign in to comment.