Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Apr 12, 2024
1 parent f020e81 commit 8df4a56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/lib/genome/groupers/drug_grouper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def run(source_id = nil)
puts "Grouping #{claims.length} ungrouped drug claims from #{source_name}"
end

# set_response_structure
create_sources


Expand Down
1 change: 0 additions & 1 deletion server/lib/genome/groupers/gene_grouper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def run(source_id = nil)
puts "Grouping #{claims.length} ungrouped gene claims from #{source_name}"
end

# set_response_structure
create_sources

pbar = ProgressBar.create(title: 'Grouping genes', total: claims.size, format: "%t: %p%% %a |%B|")
Expand Down

0 comments on commit 8df4a56

Please sign in to comment.