Re: [BangPypers] executing shell commands through python script

2012-08-13 Thread Palak Mathur
I also use subprocess module. Actually, I think that is the only available module which you would and should prefer to use as commands module has been deprecated. Regards, Palak Mathur http://palakmathur.wordpress.com http://vicharvahak.wordpress.com http://aatmiyata.wordpress.com http://palakmath

Re: [BangPypers] executing shell commands through python script

2012-08-13 Thread Yoganand Anandaraju
I use subprocess.call to execute shell commands. Take a look at this http://docs.python.org/library/subprocess.html - Original Message - From: briji...@gmail.com Sent: 08/14/12 08:51 AM To: Bangalore Python Users Group - India Subject: Re: [BangPypers] executing shell commands through py

Re: [BangPypers] executing shell commands through python script

2012-08-13 Thread briji...@gmail.com
try this. http://docs.python.org/library/commands.html Regards, Brijith P On Tue, Aug 14, 2012 at 3:15 AM, Vikram K wrote: > i am able to run the following command from the shell (i am working on Mac > Snow Leopard): > > cgatools evidence2sam --beta --evidence-dnbs > evidenceDnbs-chr11-GS1

[BangPypers] executing shell commands through python script

2012-08-13 Thread Vikram K
i am able to run the following command from the shell (i am working on Mac Snow Leopard): cgatools evidence2sam --beta --evidence-dnbs evidenceDnbs-chr11-GS10026-ASM-T1.tsv.bz2 --reference build36.crr --output CGI_10026_CLL046_chr11_NUMA1_N.sam --extract-genomic-region chr11,71391559,71469221

[BangPypers] Keynote speakers - PyCon India!

2012-08-13 Thread Anand Balachandran Pillai
Dear all, The blog post on our keynote speakers have been published. http://in.pycon.org/2012/blog/pyconindia-keynote-speakers Please spread the word via twitter and other channels. -- Regards, --Anand ___ BangPypers mailing list BangPypers