search for: getfilelist

Displaying 4 results from an estimated 4 matches for "getfilelist".

2013 Feb 28
11
new question
Hi, directory<- "/home/arunksa111/data.new" #first function filelist<-function(directory,number,list1){ setwd(directory) filelist1<-dir(directory) direct<-dir(directory,pattern = paste("MSMS_",number,"PepInfo.txt",sep=""), full.names = FALSE, recursive = TRUE) list1<-lapply(direct, function(x) read.table(x,header=TRUE, sep =
2012 May 15
1
Simple parallel for loop
Dear all, I am having a for loop that iterates a given number of measurements that I would like to split over 16 available cores. The code is in the following format inputForFunction<-expand.grid(caseList,filterList) for (i in c(1:length(inputForFunction$Var1))){#           FileList<-GetFileList(flag=as.vector(inputForFunction$Var1[i]));        print(sprintf("Calling the plotsCreate for %s and%s",as.vector(inputForFunction$Var1[i]),as.vector(inputForFunction$Var2[i])))      plotsCreate(Folder=mainFolder,case=as.vector(inputForFunction$Var1[i]),DataList=FileList,DataFilter=as.ve...
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck
2013 Jan 18
1
F18 import error?
...terepo/genpkgmetadata.py", line 291, in <module> main(sys.argv[1:]) File "/usr/share/createrepo/genpkgmetadata.py", line 269, in main mdgen.doRepoMetadata() File "/usr/lib/python2.7/site-packages/createrepo/__init__.py", line 978, in doRepoMetadata rp.getFilelists(complete_path, csum) File "/usr/lib64/python2.7/site-packages/sqlitecachec.py", line 54, in getFilelists self.repoid)) TypeError: Can not create dirnames index: unable to open database file associating kickstarts *** TASK COMPLETE *** [root@fs1 ~]## cobbler distro list F18-x86...