Displaying 7 results from an estimated 7 matches for "batch1".
Did you mean:
batch
2006 Sep 06
4
FQDN nodes in LDAP
...lified domain
names instead of simple domain-less hostnames for the node name.
I replaced the ou=Hosts entries with equivalent ones using FQDNs,
restarted the puppetmasterd, and tried a "puppetd --test" from one of
the nodes. However, I get the following error message:
info: Allowing batch1.phy.bnl.gov(130.199.22.134) trusted access to puppetmaster.getconfig
debug: Our client is remote
err: Could not find configuration for batch1.phy.bnl.gov or batch1 or default
On the puppetmasterd server I can see the correct LDAP entry for this
node via "ldapsearch":
---------------...
2011 Sep 20
1
A question regarding random effects in 'aov' function
...s one tissue type each. The 'sample' data is as below:
------------------------------------------------------------------------------------------------
Sample.ID Gene tissue.type batch(lab)
expression.level
id1 gene1 liver batch1
0.67
id1 gene2 liver batch1
0.89
id2 gene1 kidney batch1
0.52
id2 gene2 kidney batch1
0.45
.
.
id10 gene1...
2005 Jan 05
2
buffer overflow in recv_exclude_list using rsync under windows?
...ng some protocol or other :o)
We need to use rsync to send files to a client, being a Windows user, we
decided to try both the cwrsync implementation and also a straight
cygwin/rsync install. I'm experiencing the following errors:
using cygwin implementation:
$ sh clientupload.sh /cygdrive/c/batch1/ready/
Sending files...
Sending /cygdrive/c/batch1/ready/:
building file list ...
25 files to consider
ERROR: buffer overflow in recv_exclude_list
rsync error: error allocating core memory buffers (code 22) at util.c(121)
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync...
2006 Jun 23
1
looping through a data frame
...e.run), dimnames = list(line.run,el.names))
for(i in 1:length(el.names)){
for(j in 1:length(line.run)){
calc.frame.med[j,i] <- median(input.table[input.table$Line ==
line.run[j],el.names[i]])
}
}
#however, it won't allow me to pull stuff out based on the row names
will it?
batch1.med <- calc.frame.med[rownames(calc.frame.med) == batch1,]
#doesn't work.
#It seems like I want to create the data as a matrix and then be able to
treat it like a data.frame.
can anyone set me straight on the right way to do this?
Thanks
Ivan
--
**************************************...
2003 May 01
1
Batch Mode?
.... When I first run the --read-batch option on the first batch
files against an empty destination directory, it works fine recreating the
expected test files. But, then I run it on the second set of batch files,
which are supposed to apply changes to my testfile, it errors out:
rsync --read-batch=batch1 --progress --stats -v dest_dir/testfile1
[ Happy results here, testfile1 created in dest_dir ]
rsync --read-batch=batch2 --progress --stats -v dest_dir/testfile1
testfile1
rsync: error writing 64 unbuffered bytes - exiting: Connection reset by peer
rsync error: error in rsync protocol data stream...
2006 Nov 07
2
Boxplot
Hi,
I am new to R and am still trying to get a grip of it.
I have data in this format:
Run Lab Batch Y
1 1 1 1 608.781
2 2 1 2 569.670
3 3 1 1 689.556
4 4 1 2 747.541
5 5 1 1 618.134
6 6 1 2 612.182
7 7 1 1 680.203
8 8 1 2 607.766
9 9 1 1 726.232
and I want to make a boxplot of the Y values for each
2008 Jul 01
2
problem with mpiexec and Rmpi
Dear R People:
I'm having some trouble with mpiexec and Rmpi.
I would like to be able to pass in the number of "children" via the
mpiexec command (from the command line).
this is in SUSE10.1, with R-2.7.1
Here are my files:
cat eb.R
library(Rmpi)
mpi.remote.exec(paste("i am",mpi.comm.rank(),"of",mpi.comm.size()))
mpi.quit()
hodgesse at