commit/galaxy-central: dan: Update for wavelet variance tool contributed by Erika Kvikstad.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/cddcdadea10d/ changeset: cddcdadea10d user: dan date: 2011-08-30 15:33:10 summary: Update for wavelet variance tool contributed by Erika Kvikstad. affected #: 1 file (72 bytes) --- a/tools/discreteWavelet/execute_dwt_var_perFeature.pl Mon Aug 29 14:42:04 2011 -0400 +++ b/tools/discreteWavelet/execute_dwt_var_perFeature.pl Tue Aug 30 09:33:10 2011 -0400 @@ -41,10 +41,10 @@ #library(\"wavethresh\"); #library(\"waveslim\"); # turn off diagnostics for de-bugging only, turn back on for functional tests on test - require(\"Rwave\",quietly=TRUE,warn.conflicts = FALSE); - require(\"wavethresh\",quietly=TRUE,warn.conflicts = FALSE); - require(\"waveslim\",quietly=TRUE,warn.conflicts = FALSE); - require(\"bitops\",quietly=TRUE,warn.conflicts = FALSE); + suppressMessages(require(\"Rwave\",quietly=TRUE,warn.conflicts = FALSE)); + suppressMessages(require(\"wavethresh\",quietly=TRUE,warn.conflicts = FALSE)); + suppressMessages(require(\"waveslim\",quietly=TRUE,warn.conflicts = FALSE)); + suppressMessages(require(\"bitops\",quietly=TRUE,warn.conflicts = FALSE)); # to determine if data is properly formatted 2^N observations is.power2<- function(x){x && !(bitAnd(x,x - 1));} Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket