-
Notifications
You must be signed in to change notification settings - Fork 12
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
b5b097c
commit b716b21
Showing
3 changed files
with
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: UCSCXenaTools | ||
Title: Download and Explore Datasets from UCSC Xena Data Hubs | ||
Version: 1.2.7 | ||
Version: 1.2.8 | ||
Authors@R: c(person("Shixiang", "Wang", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-9855-7357")), | ||
person("Xue-Song", "Liu", role = "aut", comment = c(ORCID = "0000-0002-7736-0077")), | ||
|
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# v1.2.8 | ||
|
||
## Bug fixes | ||
|
||
* #14 fixed | ||
|
||
# v1.2.7 | ||
|
||
## Changes | ||
|
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 |
---|---|---|
|
@@ -74,7 +74,7 @@ Currently, **UCSCXenaTools** supports 10 data hubs of UCSC Xena. | |
* Treehouse Hub: <https://xena.treehouse.gi.ucsc.edu> | ||
* PCAWG Hub: <https://pcawg.xenahubs.net> | ||
* ATAC-seq Hub: <https://atacseq.xenahubs.net> | ||
* Singel Cell Xena hub: <https://singlecell.xenahubs.net> | ||
* Singel Cell Xena hub: <https://singlecellnew.xenahubs.net > | ||
|
||
If any url of data hub is changed or a new data hub is online, please remind me by emailing to <[email protected]> or [opening an issue on GitHub](https://github.com/ropensci/UCSCXenaTools/issues). | ||
|
||
|