Displaying 5 results from an estimated 5 matches for "npath".
Did you mean:
  path
  
2010 May 20
1
computer out of memory when using sigpathway
..._norm","0_norm")
 
statList <- calcTStatFast(Y,p,ngroups=2)
 
hist(statList$pval,breaks=seq(0,1,0.025),xlab="p-value",ylab="Frequency",main="")
 
set.seed(1234)
 
YANG <- runSigPathway(yy,20,500,Y,p,nsim=100,weightType="constant",ngroup=2,npath=10,verbose=F,allpathway=F,alwaysUseRandomPerm=F)
 
#write.table(YANG$df.pathways[1:25, ])
 
write.table(YANG$df.pathways[1:25,],quote=F,sep="\t",file="chr1_sig.txt")
 
YANG$list.gPS[[1]] 
 
save.image("chr1_sig")
2018 Mar 01
0
Released Pigeonhole v0.4.22 for Dovecot v2.2.34.
..., as previous versions
should be usable as well. This release only contains bugfixes.
Changelog v0.4.22:
- Fixed filesystem path handling problem: sieve plugin could have
  assert-crashed with specific path lengths with: "Panic: file
  realpath.c: line 86 (path_normalize): assertion failed: (npath_pos +
  1 < npath + asize)".
- Sieve extprograms plugin: Large output from "execute" command crashed
  delivery. Fixed buffering issue in code that handles output from the
  external program.
- editheader extension: Extensively reworked the low-level
  implementation of adding and...
2018 Mar 01
0
Released Pigeonhole v0.4.22 for Dovecot v2.2.34.
..., as previous versions
should be usable as well. This release only contains bugfixes.
Changelog v0.4.22:
- Fixed filesystem path handling problem: sieve plugin could have
  assert-crashed with specific path lengths with: "Panic: file
  realpath.c: line 86 (path_normalize): assertion failed: (npath_pos +
  1 < npath + asize)".
- Sieve extprograms plugin: Large output from "execute" command crashed
  delivery. Fixed buffering issue in code that handles output from the
  external program.
- editheader extension: Extensively reworked the low-level
  implementation of adding and...
2008 May 05
2
locate and omega: how to index file names?
hallo,
I'm indexing a filesystem using omindex, and users can query the 
database via omega: everything works fine
now I'd like to add an option like "search files by name" and I'm 
wondering how to do this
can omega search files by name directly? how should I build the query?
could I use scriptindex to index, eg., the locate database? how?
should I index file names
2001 Feb 26
0
Problems with OpenSSH 2.5.1p1 on Solaris 8
...ze, pagesize,
+				       PROT_READ,
+				       MAP_SHARED | MAP_FIXED,
+				       fd2, 0);
+			close(fd2);
+#endif
+			if(onemore == MAP_FAILED)
+			    	goto nocando;
+		}
+		if (!memcmp(logstr, "PATH=", 5))
+		    	pathstr = logstr - 1;
+		else
+		    	pathstr = strstr(logstr, "\nPATH=");
+		if (pathstr) {
+		    	char *nl;
+
+		    	pathstr += 6;
+		    	nl = strchr(pathstr, '\n');
+			if (!nl) {
+			    	/*
+				 * EOF, so PATH is the last line
+				 */
+			    	child_set_env(&env, &envsize, "PATH", pathstr);
+			} else {
+			    	char *mypath;
+...