Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumitti committed Nov 20, 2023
1 parent c45089b commit 185e807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tfinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import re
import xml.etree.ElementTree as ET
from tqdm import tqdm
import streamlit as st


class NCBIdna:
Expand Down Expand Up @@ -129,7 +128,6 @@ def find_sequences(self):
return result_promoter

if not self.all_slice_forms:
st.success(entrez_id)
gene_name, chraccver, chrstart, chrstop, species_API = NCBIdna.get_gene_info(entrez_id)
if gene_name == 'Bad ID':
result_promoter = f'Please verify ID of {self.gene_id}'
Expand Down

0 comments on commit 185e807

Please sign in to comment.