sudo apt-get install autoconf automake make gcc perl zlib1g-dev libbz2-dev liblzma-dev libcurl4-gnutls-dev libssl-dev libncurses5-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * author: zhuxp | |
| * date: 2013 | |
| */ | |
| //BED format.0 index | |
| function structToLinks(ss,name) | |
| { | |
| name = typeof name !== 'undefined' ? name : "RNA"; | |
| var sList=ss.split(''); | |
| var level=0; |
- http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=11850928,11482001
- http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=zhiping%20weng[AU]&retmax=3000
- http://stackoverflow.com/questions/645312/what-is-the-quickest-way-to-http-get-in-python
- https://docs.python.org/2/howto/unicode.html
- https://docs.python.org/2/library/xml.etree.elementtree.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: mit |