Skip to content

Commit

Permalink
Fix an issue when initializing SequenceServer with unformatted DBs
Browse files Browse the repository at this point in the history
Fixes #707
  • Loading branch information
tadast committed Dec 4, 2023
1 parent 72c7c11 commit 57d137b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sequenceserver/makeblastdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ def formatted_fastas
@formatted_fastas
end

private

def any_to_format?
fastas_to_format.any?
end

private

def any_to_reformat?
fastas_to_reformat.any?
end
Expand Down

0 comments on commit 57d137b

Please sign in to comment.