Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Oct 8, 2018
1 parent f861654 commit b4c9344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pathme/wikipathways/rdf_sparql.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def get_wp_statistics(resource_files, resource_folder, hgnc_manager) -> Tuple[
all_pathways_statistics = {}

for rdf_file in tqdm.tqdm(resource_files, desc='Parsing WikiPathways'):
print(rdf_file)
# Parse pathway rdf_file
pathway_path = os.path.join(resource_folder, rdf_file)
rdf_graph = parse_rdf(pathway_path, format='turtle')
Expand Down

0 comments on commit b4c9344

Please sign in to comment.