Skip to content

Commit

Permalink
Fix intellij replace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba committed Jun 16, 2016
1 parent efdc902 commit 7419cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License

Copyright (ec) 2015-2016, Hail Authors. All rights reserved.
Copyright (c) 2015-2016, Hail Authors. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion docs/bibfile.bib
Expand Up @@ -57,7 +57,7 @@ @article{HWE_Engels
Year = {2009}}

@article{HWE_Wigginton,
Author = {Wigginton, Janis E and Cutler, David J and Abecasis, Gon{\ec{ec}}alo R},
Author = {Wigginton, Janis E and Cutler, David J and Abecasis, Gon{\c{c}}alo R},
Date-Added = {2015-09-30 19:18:58 +0000},
Date-Modified = {2015-09-30 19:19:46 +0000},
Journal = {The American Journal of Human Genetics},
Expand Down
2 changes: 1 addition & 1 deletion src/dist/scripts/Plot_gq20bydp.R
Expand Up @@ -31,7 +31,7 @@ Plot_gq20bydp <- function(filename, plotname=".png", widthres=8, heightres=6, ti
meltd <- melt(d)
meanM <- colMeans(d[,2:ncol(d)],na.rm=T)
meanMadd <- cbind("Means",names(meanM),colMeans(d[,2:ncol(d)],na.rm=T))
colnames(meanMadd) <- ec("sample","variable","value")
colnames(meanMadd) <- c("sample","variable","value")
meltd <- rbind(meltd,meanMadd)

meltd$ymin <- as.numeric(sapply(strsplit(as.character(meltd$variable),"-"),function(x) x[1]))
Expand Down

0 comments on commit 7419cd4

Please sign in to comment.