Skip to content

Commit

Permalink
removed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMorais committed Nov 10, 2018
1 parent d0538f4 commit 1ba370a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Pubmed_citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ def main():
titles = get_titles(file_name)
get_pmid(titles, author, dir_path)

# # Traverse the pubmed_results and call Fix_prombles to put the citation in the right format
# for _, _, file_list in os.walk(dir_path):
# for fname in file_list:
# if '_pubmed.txt' in fname:
# print('Normalizing Pubmed Files')
# call(['python', os.path.join(os.getcwd(), 'Fix_problems_with_citation.py'), os.path.join(dir_path, fname)])




if __name__ == '__main__':
main()

0 comments on commit 1ba370a

Please sign in to comment.