search for: _scripts

Displaying 3 results from an estimated 3 matches for "_scripts".

Did you mean: scripts
2009 Feb 23
1
running multiple commands in one system() call
...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_profile from the first system() call does not carry over to the 2nd system() call. Any help appreciated!! Cheers, Nick -- ===========================...
2008 Mar 05
1
New data source - now how do we build an R interface?
Folks, A nice new data resource has come up -- http://data.un.org/ I thought it would be wonderful to setup an R function like tseries::get.hist.quote() which would be able to pull in some or all of this data. I walked around a bit of it and I'm not able to map the resources to predictable URLs which can then be wget. There's some javascript going on that I'm not understanding.
2017 Jan 28
2
Sharing between domains?
Hello Community, I am facing the following question: how is it possible to share malboxes between domains? Example: - 2 domains present on the same dovecot: domA and domB - userA at domA - userB at domB userA at domA wants to share his mailbox to userB at domB (again same server)? Thank you for your help. Greetz