-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10c49eb
commit aaa7dbe
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>WikiPathways Data</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
<style> | ||
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th { | ||
background-color: #DDDDFF; | ||
} | ||
.file-link { | ||
text-decoration: none; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script> | ||
<div class="container"> | ||
<h2>WikiPathways - Monthly Release Archive</h2> | ||
<div class="alert alert-primary" role="alert"> | ||
<span title="pro-tip" > | ||
<i class="fa fa-circle-info"></i> | ||
</span> | ||
<i>Pro-tip:</i> This site hosts monthly data releases for the last 12 months. | ||
For citeable DOIs and deeper archives, visit our Zenodo depositions of species-specific | ||
<a href="https://zenodo.org/communities/wikipathways/search?q=GPML&file_type=zip" target="_blank">GPML</a> and | ||
<a href="https://zenodo.org/communities/wikipathways/search?file_type=gmt" target="_blank">GMT</a> files. | ||
</div> <table class="table table-striped table-bordered table-hover"><thead class=table-dark><tr><th>File Name</th><th>File Size</th><th>Last Modified</th></tr></thead> | ||
<tr><td><a class=file-link id=File href="pfocr-20231001-gmt-Caenorhabditis_elegans.gmt">pfocr-20231001-gmt-Caenorhabditis_elegans.gmt</a></td><td>216K</td><td>26 Oct 2023 4:15 PM</td></tr> | ||
<tr><td><a class=file-link id=File href="pfocr-20231001-gmt-Danio_rerio.gmt">pfocr-20231001-gmt-Danio_rerio.gmt</a></td><td>940K</td><td>26 Oct 2023 4:15 PM</td></tr> | ||
<tr><td><a class=file-link id=File href="pfocr-20231001-gmt-Drosophila_melanogaster.gmt">pfocr-20231001-gmt-Drosophila_melanogaster.gmt</a></td><td>5.1M</td><td>26 Oct 2023 4:15 PM</td></tr> | ||
<tr><td><a class=file-link id=File href="pfocr-20231001-gmt-Homo_sapiens.gmt">pfocr-20231001-gmt-Homo_sapiens.gmt</a></td><td>6.9M</td><td>26 Oct 2023 4:15 PM</td></tr> | ||
<tr><td><a class=file-link id=File href="pfocr-20231001-gmt-Mus_musculus.gmt">pfocr-20231001-gmt-Mus_musculus.gmt</a></td><td>2.9M</td><td>26 Oct 2023 4:15 PM</td></tr> | ||
<tr><td><a class=file-link id=File href="pfocr-20231001-gmt-Saccharomyces_cerevisiae.gmt">pfocr-20231001-gmt-Saccharomyces_cerevisiae.gmt</a></td><td>296K</td><td>26 Oct 2023 4:15 PM</td></tr> | ||
</table><p><a href="../">Parent directory</a></p> </div> | ||
</body> | ||
</html> |
This file contains 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