diff get_pubchem/get_pubchem_as_smiles.py @ 2:b65518a007fa draft

Uploaded
author bgruening
date Sun, 08 Sep 2013 09:42:57 -0400
parents f653fd06f055
children 021f0ef9474f
line wrap: on
line diff
--- a/get_pubchem/get_pubchem_as_smiles.py	Wed Aug 21 03:07:12 2013 -0400
+++ b/get_pubchem/get_pubchem_as_smiles.py	Sun Sep 08 09:42:57 2013 -0400
@@ -13,7 +13,7 @@
 import tempfile
 import shutil
 
-def main(output, processors = 10):
+def main(output, processors = 4):
     output_handle = open(output,'w+')
 
     td = tempfile.mkdtemp()