Displaying 3 results from an estimated 3 matches for "_results".
Did you mean:
results
2009 Feb 23
1
running multiple commands in one system() call
...n't
currently (the shell R calls uses an older version of python, and also
this older version of python can't see various python modules I have to
import to make the python script work).
Basically I need to do this:
============
mytreefile_location <-
"/bioinformatics/phylocom/_results/beta/ss_newicks/subsamp6_fromea_wnalist.newick"
cmd1 = 'source ~/.bash_profile'
cmd2 = paste('python
/bioinformatics/phylocom/_scripts/update_newick_root.py ',
mytreefile_location)
system(cmd1)
system(cmd2)
============
...but if I do it this way, the sourcing of .bash_pro...
2013 Oct 03
0
ṿῒạğřạ
http://pic-et-colegram.com/tzrwcid/_results/?id=5167646
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying
2020 Jan 21
0
Getting an extprogram script to work
...imapsieve", "fileinto"];
pipe :copy "rspamd_ham.sh";
#fileinto "INBOX";
---------------------
And the dummy rspamd_ham.sh script:
---------------------
#!/bin/bash
#exec /usr/bin/rspamc learn_ham
tim=`date +%M-%S`
echo "${1}" > "/tmp/${tim}_results.txt"
---------------------
I can confirm the above script works correctly when run from the command
line, both as root and the vmail user. When run as part of the sieve
process, no errors are reported, but no file is created under /tmp. From
the logs:
---------------------
Debug: sieve: Siev...