Displaying 3 results from an estimated 3 matches for "testcont".
Did you mean:
testconst
2013 Nov 14
3
What is wrong with this class?
somefile.pp
class mumble {
}
class mumble::testcontents inherits mumble {
file { "/tmp/testfile":
path => "/tmp/testfile,
ensure => present,
mode => 0640,
content => "I am a test file.",
puppet parser validate passed it.
puppet apply says it is run
yet no /tmp/testfile appears
the...
2014 Aug 04
0
Solr indexing appends domain to users
...search within IMAP. Why? Dovecot is appending the domain name to the user and admin fields of the Solr record ("admin at example.com" instead of just "admin") during index. But during searching, Dovecot is only searching for the user directly, from the Solr logs:
? q=body:"TESTCONTENT"&fq=%2Bbox:7dff0b0d4f84df53f25300003d823887+%2Buser:"admin"
If I rerun the query via the Solr web gui with user:"admin at example.com", the message is found.
How do I disable appending the domain name to the solr index names?
Thanks,
G H
2007 Aug 03
4
FW: Selecting undefined column of a data frame (was [BioC] read.phenoData vs read.AnnotatedDataFrame)
...<-model.matrix(~0+targs)
> colnames(design)<-levels(targs)
> fit<-lmFit(eset.rma,design)
> cont.wt<-makeContrasts("treatment1-control","treatment2-control",level
> s=
> design)
> fit2<-contrasts.fit(fit,cont.wt)
> fit2.eb<-eBayes(fit2)
> testconts<-classifyTestsF(fit2.eb,p.value=0.01)
> topTable(fit2.eb,coef=2,n=300)
> topTable(fit2.eb,coef=1,n=300)
>
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
&g...