Skip to content

Commit

Permalink
fixy for pgv
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiberAlon committed Mar 7, 2022
1 parent 85288eb commit 741edda
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/jsUtils.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pgv = function(data,
cov.field.col = cov.field.col,
cov.bin.width = cov.bin.width,
cov.color.field = cov.color.field,
dataset_name = dataset_name,
dataset_name = dname,
ref = ref,
overwrite = overwrite,
annotation = annotation,
Expand All @@ -88,7 +88,7 @@ pgv = function(data,
ncn.gr = ncn.gr,
mc.cores = mc.cores))
})
return(rbindlist(out))
return(out)
}

#' @name gGnome.js
Expand Down
24 changes: 24 additions & 0 deletions hg19.regularChr.chrom.sizes
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
1 249250621
2 243199373
3 198022430
4 191154276
5 180915260
6 171115067
7 159138663
8 146364022
9 141213431
10 135534747
11 135006516
12 133851895
13 115169878
14 107349540
15 102531392
16 90354753
17 81195210
18 78077248
19 59128983
20 63025520
21 48129895
22 51304566
X 155270560
Y 59373566
1 change: 1 addition & 0 deletions inst/extdata/jsUtils/phylogeny.newick
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(s1,s2)0;

0 comments on commit 741edda

Please sign in to comment.