Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snewhouse committed Jun 16, 2016
1 parent 71cb131 commit a04169a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ git clone https://github.com/snewhouse/enrichr-api.git
## Usage

```bash
python query_enrichr_v0.1.py <genelist> <listdesrciption> <enrichr_library> <enrichr_results>
## python versin 2+
python query_enrichr_p2.py <genelist> <listdesrciption> <enrichr_library> <enrichr_results>

## python version 3+
python query_enrichr_p3.py <genelist> <listdesrciption> <enrichr_library> <enrichr_results>
```

**Positional Inputs**
Expand All @@ -42,6 +46,7 @@ python query_enrichr_v0.1.py <genelist> <listdesrciption> <enrichr_library> <enr
- python

Tested with Python 2.7.11
Tested with Python 3.5.1 :: Anaconda 4.0.0 (x86_64)

## Enrichr Libraries

Expand All @@ -66,6 +71,6 @@ The code

```bash
## run it
python query_enrichr_v0.1.py gene_list.txt my_test KEGG_2015 KEGG_2015__enrichment
python query_enrichr_p3.py gene_list.txt my_test KEGG_2015 KEGG_2015__enrichment
```

0 comments on commit a04169a

Please sign in to comment.