Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Oct 12, 2020
1 parent 1865f4e commit cf64aba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cgbeacon2/cli/update.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import click
import types
from flask.cli import with_appcontext
from cgbeacon2.utils.ensembl_biomart import EnsemblBiomartClient
from cgbeacon2.utils.update import update_genes
Expand Down
1 change: 0 additions & 1 deletion cgbeacon2/utils/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def update_genes(gene_lines, build="GRCh37"):
delete_genes(gene_collection, build)
gene_objects = []
for line in gene_lines:
LOG.error(line)
hgnc_id = None
hgnc_symbol = None
parsed_line = line.rstrip().split("\t")
Expand Down

0 comments on commit cf64aba

Please sign in to comment.