Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ajmaurais/locScraper
Browse files Browse the repository at this point in the history
  • Loading branch information
mauraisa committed Apr 4, 2019
2 parents b6a889b + ef17d01 commit 29f0218
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
Given a .tsv file with a column containing Uniprot protein IDs, scrape annotations for subcellular location from uniprot.org

## Installation
The simplest way to install `locScraper` is to download one of the precompiled binaries under the [releases](https://github.com/ajmaurais/locScraper/releases) tab. Binaries are available for OSX and CentOS.
The simplest way to install `locScraper` is to download one of the precompiled binaries under the [releases](https://github.com/ajmaurais/locScraper/releases) tab. Binaries are available for OSX and CentOS.

You can also clone this repository with the command.
```
git clone https://github.com/ajmaurais/locScraper/tree/master
```

`locScraper` is written in `Python 3.7.1` If you elect to clone the repository, you must install `Python 3.7.1` and the flowing libraries:
`locScraper` is written in `Python 3.7` If you elect to clone the repository, you must install `Python 3.7` and the flowing libraries:
```
pandas
tqdm
lxml
```
Expand Down

0 comments on commit 29f0218

Please sign in to comment.