openSNP/snpr

View on GitHub
app/workers/genome_gov.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method process_row has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def process_row(row)
    snp_name = row[21]
    pvalue   = row[27].to_f
    snp      = Snp.find_by_name(snp_name)
    return unless snp && pvalue < 1e-8 && known_snps.include?(snp_name.downcase)
Severity: Minor
Found in app/workers/genome_gov.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status