search for: data_dir

Displaying 12 results from an estimated 12 matches for "data_dir".

Did you mean: _datadir
2008 Mar 30
1
package.skeleton.S4
...pace = FALSE, code_files = character(),S4=FALSE) { cat(missing(list)," EEE\n") ### If pakage.skeleton has not been run, run it on false data dir <- file.path(path, name) code_dir <- file.path(dir, "R") docs_dir <- file.path(dir, "man") data_dir <- file.path(dir, "data") if (!file.exists(dir)){ environment <- new.env() assign("falseData-ToErase",NULL,environment) package.skeleton(name=name,environment=environment,path=path,namespace=namespace) }else{} ### Build up the list_S4...
2002 Oct 05
0
Trouble transferring referents of symlinks outside the source tree
I'm running rsync 2.5.5 on a FreeBSD-CURRENT system. I have a directory that essentially is my web site, which I update when need be. I am (trying) to use rsync to sync a remote server with my changes whenever they are made. I'm using a little script to do this: #!/bin/sh DATA_DIR=/home/munish/data/www REMOTE_BACKUP=[snipped out user@host here] RSYNC_FLAGS="-zapuLxSC --stats --progress --copy-unsafe-links --bwlimit=20" echo -n "Sync'ing www..." rsync ${RSYNC_FLAGS} ${DATA_DIR}/* ${REMOTE_BACKUP}: echo "Done." exit 0 Now, $DATA_DIR contai...
2008 Jul 22
2
can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes back with a build failed/passed. There are no error messages in the logs - just a lot of: $ svn --non-interactive log --limit 1 --revis...
2009 Dec 26
1
[BioC] How to do RMA without summary to probeset level?
...t; > b > > On Dec 26, 2009, at 2:21 PM, Peng Yu wrote: > >> I use the following code to do RMA. I'm wondering how get the probe >> level values before the summary to the probeset level values. >> >> library(oligo) >> data<-read.celfiles(list.celfiles(data_dir, full.names=TRUE)) >> eset<-rma(data) >> write.exprs(eset, file='output_file_name', sep="\t") >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.c...
2011 Sep 29
6
Variable interpolation in class parameters
Hi, In class parameters, things like x="x", y="y${x}" don''t always evaluate right (y="yx"), seems random. I''m using 2.7.1 class test1( $servicex = "sonar", $logfoldera = "${homex}/logs", $logfoldere = "${homey}/logs", $logfolderh = "${homez}/logs", $logfolder =
2015 Mar 03
2
openssh-SNAP-20150304 issues
...\ } while (0) extern char *__progname; static int verbose_mode = 0; static int quiet_mode = 0; static char *active_test_name = NULL; static u_int test_number = 0; static test_onerror_func_t *test_onerror = NULL; static void *onerror_ctx = NULL; static const char *data_dir = NULL; static char subtest_info[512]; int main(int argc, char **argv) { int ch; /* Handle systems without __progname */ if (__progname == NULL) { __progname = strrchr(argv[0], '/'); if (__progname == NULL || __progname[1] == '\0...
2008 May 30
5
[PATCH 1/4] pvSCSI driver
pvSCSI backend driver Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Jun Kamada <kama@jp.fujitsu.com> ----- Jun Kamada _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...true +#lang = ru +cache_dir = %(here)s/data +beaker.session.key = ovirtserver +beaker.session.secret = somesecret + +# If you'd like to fine-tune the individual locations of the cache data dirs +# for the Cache data, or the Session saves, un-comment the desired settings +# here: +#beaker.cache.data_dir = %(here)s/data/cache +#beaker.session.data_dir = %(here)s/data/sessions + +# pick the form for your database +# %(here) may include a ':' character on Windows environments; this can +# invalidate the URI when specifying a SQLite db via path name +# sqlalchemy.url=postgres://username:passwo...
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
...user(bio); ++ else ++ ret = bio_uncopy_user(bio); ++ } ++ ++ return ret; ++} ++ ++static int __blk_rq_map_user(request_queue_t *q, struct request *rq, ++ void __user *ubuf, unsigned int len) ++{ ++ unsigned long uaddr; ++ struct bio *bio, *orig_bio; ++ int reading, ret; ++ ++ reading = rq_data_dir(rq) == READ; ++ ++ /* ++ * if alignment requirement is satisfied, map in user pages for ++ * direct dma. else, set up kernel bounce buffers ++ */ ++ uaddr = (unsigned long) ubuf; ++ if (!(uaddr & queue_dma_alignment(q)) && !(len & queue_dma_alignment(q))) ++ bio = bio_map_user(q...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...true -#lang = ru -cache_dir = %(here)s/data -beaker.session.key = ovirtserver -beaker.session.secret = somesecret - -# If you'd like to fine-tune the individual locations of the cache data dirs -# for the Cache data, or the Session saves, un-comment the desired settings -# here: -#beaker.cache.data_dir = %(here)s/data/cache -#beaker.session.data_dir = %(here)s/data/sessions - -# pick the form for your database -# %(here) may include a ':' character on Windows environments; this can -# invalidate the URI when specifying a SQLite db via path name -# sqlalchemy.url=postgres://username:passwo...
2020 May 08
0
Wine release 5.8
...------------------------------- Changes since 5.7: Alexandre Julliard (40): ntdll: Avoid using wine_get_config_dir() from libwine. ntdll: Avoid using wine_get_server_dir() from libwine. ntdll: Avoid using wine_get_user_name() from libwine. ntdll: Avoid using wine_get_build/data_dir() from libwine. ntdll: Avoid using wine_dll_enum_load_path() from libwine. libwine: Make the various directory functions obsolete. configure: Check for deprecation warnings from sys/sysctl.h. ntdll: Add a helper to exec wineserver. ntdll: Add a helper to exec wineloade...
2015 Mar 04
3
supermin on arm
...FO imagefactory_plugins.TinMan.TinMan.TinMan > > > thread(d367f895) Message: create_base_image() called for TinMan > > > plugin - creating a BaseImage =============== Final Oz Config > > > ================ [ paths ] output_dir > > > = /var/lib/imagefactory/images data_dir = /var/lib/oz > > > screenshot_dir = /var/lib/oz/screenshots [ libvirt ] uri = > > > qemu:///system image_type = raw type = kvm bridge_name = br0 cpus = 2 memory = 1024 [ cache ] original_media = yes modified_media = no jeos = no [ icicle ] safe_generation = no 2015-...