Skip to content

Commit 06cedf6

Browse files
committed
Remove commented-out webservice link
1 parent 53b242d commit 06cedf6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

download.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ redirect_from:
4646
<li><a href="https://github.com/wikipathways/rwikipathways" target="_blank">rWikiPathways</a> is an R package that provides programmatic access to WikiPathways content in multiple data and image formats, including official monthly release files and convenient GMT read/write functions. For example, a helper function called downloadPathwayArchive will retrieve the latest file for you per species and format, e.g.:<br />
4747
<code>downloadPathwayArchive(organism="Mus musculus”, format=‘gmt’)</code></li>
4848
<li><a href="https://github.com/kozo2/pywikipathways" target="_blank">pywikipathways</a> is a Python package for the WikiPathways API and provides the same functions as the rWikiPathways package.</li>
49-
<!-- <li>Individual pathways can be downloaded in multiple formats via the <a href="https://webservice.wikipathways.org/ui/" target="_blank">WikiPathways API.</li> -->
5049
<!-- <li>Filename pattern allows you to infer the filename of the latest collection given the current date. For example, since we always release our archive collections on the 10th of each month, you know that the latest filename is the nearest prior date matching that pattern, e.g., 20180910 would be the current file from Sep 10 to Oct 10, 2018. Caution: this might break if for some unforeseen reason we are unable to produce the archive on schedule.</li> -->
5150
<li>Bash scripting allows you to scrape the currently available filenames and guarantee that you are getting the latest file no matter what the name might be. Here is an example of a one-liner to get a list of all the current GMT files:<br />
5251
<code>echo "cat //html/body/div/table/tbody/tr/td/a" | xmllint --html --shell http://data.wikipathways.org/current/gmt/ | grep -o -E ">(.*gmt)<" | sed -E 's/(<|>)//g'</code>

0 commit comments

Comments
 (0)