Skip to content

Commit

Permalink
Update query_enrichr_v0.1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snewhouse authored Jun 15, 2016
1 parent 606d5e1 commit ed93720
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion query_enrichr_v0.1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/env python
#!/usr/bin/env python

#
# Author: Stephen Newhouse <[email protected]>
# Date: June 2016
# see: http://amp.pharm.mssm.edu/Enrichr/help#api for API docs
#
# Usage: python query_enrichr_v0.1.py <genelist> <listdesrciption> <enrichr_library> <enrichr_results>

import json
import requests
Expand Down

0 comments on commit ed93720

Please sign in to comment.