Skip to content

Commit

Permalink
formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMorais committed Nov 12, 2018
1 parent 1ba370a commit e41f27b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Pubmed_citation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from util.util import get_titles, ensure_dir
import sys
import os
from subprocess import call


def main():
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ python Alternative_citation.py <File created by Scapper.py>
```

* Pubmed_citation.py - This script fetches PubMed records based on their title and parsed it.
* Pubmed_citation.py - This script fetches PubMed records based on their title and parses them.

```
python Pubmed_citation.py file_name "author_name"
Expand Down
1 change: 0 additions & 1 deletion util/pubmedcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def get_pmid(references, author, dir_path):
citaton = author + "|" + coauthors + "|" + title + "|" + journal
normalize_names(citaton, os.path.join(os.getcwd(), "scrapper_citations"))


file_prob.close()

return True

0 comments on commit e41f27b

Please sign in to comment.