... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: Gviz |
2 | 2 |
Title: Plotting data and annotation information along genomic coordinates |
3 |
-Version: 1.35.3 |
|
3 |
+Version: 1.35.4 |
|
4 | 4 |
Authors@R: c(person("Florian", "Hahne", role="aut"), |
5 | 5 |
person("Steffen", "Durinck", role="aut"), |
6 | 6 |
person("Robert", "Ivanek", role=c("aut", "cre"), email="robert.ivanek@unibas.ch", comment=c(ORCID="0000-0002-8403-056X")), |
... | ... |
@@ -1863,7 +1863,7 @@ IdeogramTrack <- function(chromosome = NULL, genome, name = NULL, bands = NULL, |
1863 | 1863 |
tmp |
1864 | 1864 |
}), env, cenv |
1865 | 1865 |
) |
1866 |
- query <- tryCatch(ucscTableQuery(session, "cytoBandIdeo"), error = function(e) { |
|
1866 |
+ query <- tryCatch(ucscTableQuery(session, table = "cytoBandIdeo"), error = function(e) { |
|
1867 | 1867 |
warning( |
1868 | 1868 |
"There doesn't seem to be any cytoband data available for genome '", genome, |
1869 | 1869 |
"' at UCSC or the service is temporarily down. Trying to fetch the chromosome length data." |