# HG changeset patch # User fabio # Date 1496249422 14400 # Node ID fcc0eb90fb0797639636ddd27980e6e6b514f0fd # Parent 8e19da0956a7c42385ead8e9103232b6fd6b6d45 Uploaded 20170531 diff -r 8e19da0956a7 -r fcc0eb90fb07 ._ETn_example Binary file ._ETn_example has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ._example Binary file ._example has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ._loadandplot.R Binary file ._loadandplot.R has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ._plotwithscale.R Binary file ._plotwithscale.R has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ._testandplot.R Binary file ._testandplot.R has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._.DS_Store Binary file ETn_example/._.DS_Store has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._Control.bed Binary file ETn_example/._Control.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._DESCRIPTION.txt Binary file ETn_example/._DESCRIPTION.txt has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._ETn_fixed.bed Binary file ETn_example/._ETn_fixed.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._Recombination_hotspots.txt Binary file ETn_example/._Recombination_hotspots.txt has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._features.header Binary file ETn_example/._features.header has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 ETn_example/._regions.header Binary file ETn_example/._regions.header has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._.DS_Store Binary file example/._.DS_Store has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._Controls_regions.bed Binary file example/._Controls_regions.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._DESCRIPTION.txt Binary file example/._DESCRIPTION.txt has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._Elements1_regions.bed Binary file example/._Elements1_regions.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._Elements2_regions.bed Binary file example/._Elements2_regions.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._Elements3_regions.bed Binary file example/._Elements3_regions.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._Feature1.bed Binary file example/._Feature1.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._Feature2.bed Binary file example/._Feature2.bed has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._features.header.bed.txt Binary file example/._features.header.bed.txt has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 example/._regions.header.txt Binary file example/._regions.header.txt has changed diff -r 8e19da0956a7 -r fcc0eb90fb07 loadandplot.R --- a/loadandplot.R Wed May 31 12:46:08 2017 -0400 +++ b/loadandplot.R Wed May 31 12:50:22 2017 -0400 @@ -1,5 +1,4 @@ -library("IWTomics", quietly=TRUE, warn.conflicts=FALSE,verbose = FALSE) -#if (require("IWTomics",character.only = TRUE,quietly = FALSE)) { +if (require("IWTomics",character.only = TRUE,quietly = FALSE)) { args=commandArgs(TRUE) # get args names and values @@ -136,7 +135,7 @@ #file=outfeatures,quote=FALSE,sep='\t',row.names=FALSE,col.names=FALSE) write.table(as.data.frame(t(idFeatures(regionsFeatures))),file=outfeatures,quote=FALSE,sep='\t',row.names=FALSE,col.names=FALSE) save(regionsFeatures,file=outrdata) -#}else{ - #quit(save="no", status=255) - #stop("Missing IWTomics package") -#} \ No newline at end of file +}else{ + quit(save="no", status=255) + stop("Missing IWTomics package") +} \ No newline at end of file