Skip to content

Instantly share code, notes, and snippets.

@iracooke
iracooke / gist:9db6d12c037b6bcb04e9
Created July 19, 2014 01:59
rsync42-better-ignore-case.diff
Common subdirectories: ../../rsync-42/rsync/doc and ./doc
diff -u ../../rsync-42/rsync/exclude.c ./exclude.c
--- ../../rsync-42/rsync/exclude.c 2007-11-07 06:31:30.000000000 +1100
+++ ./exclude.c 2014-02-09 17:35:43.000000000 +1100
@@ -38,6 +38,7 @@
extern int sanitize_paths;
extern int protocol_version;
extern int module_id;
+extern int ignore_case;
@iracooke
iracooke / bpipe.config
Last active August 29, 2015 13:57
bpipe script for Trinotate
executor="slurm"
jobtype="single"
queue="compute"
walltime="10-30:00"
procs=16
commands {
blastx {
procs=16
walltime="10-30:00"