Skip to content

cpoczatek/biblioplast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biblioplast

Utility scripts to pull PubMed info as CSV or JSON

Both scrips read PMIDs from stdin (1 per line) and query Pubmed. Currently the JSON output is the full record, while the CSV output is: PMID, Title, Abstract

Useful bash:

Get PMID column: awk -F"," '{print $1}' file.csv Check errors: cat output.csv | grep "Error" | awk -F"," '{print $1}' | python PMIDtoJSON.py | less

About

Utility scripts to pull PubMed info as CSV or JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages