Skip to content

A simple script to download publication annotation from BioRxiv

License

Notifications You must be signed in to change notification settings

BioGRID/BioGRID-BioRxiv-Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioGRID Biorxiv Fetcher

Take a list of BioRxiv DOIs and parse them out using the BioRxiv API

Requirements

Configuration

  • You need to create a new file called config/config.yml containing the settings for your implementation. You can use the config/config.sample.yml file as a template.

How to Run

  • Go into the directory containing this repository
  • Run: pipenv shell
  • Run: pipenv install
  • Create a directory called <DOWNLOAD_PATH> (what you set download_path equal to in the config file)
  • Run: python run.py -i <input_file>-o<sql_file>-e<excel_file>-swhereis replaced with the id you want to start counting from. So using125would start counting from888800000125`.
  • Running this script will will create a file called <sql_file> and another file called <excel_file> in the <DOWNLOAD_PATH> folder

Example:

  • python run.py -i dois.csv -o pubs.sql -e excel.csv -s 126

About

A simple script to download publication annotation from BioRxiv

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages