# HG changeset patch # User bgruening # Date 1380311506 14400 # Node ID 7c1f9962ac07deeba4259ad68cdc344007a6f550 # Parent 021f0ef9474fb64db5e7c97cf54cae5d15fa323f Add temporary hack until my galaxy stdout/stderr UTF-8 bug is fixed. diff -r 021f0ef9474f -r 7c1f9962ac07 get_pubchem/get_pubchem_as_smiles.py --- a/get_pubchem/get_pubchem_as_smiles.py Wed Sep 18 09:44:36 2013 -0400 +++ b/get_pubchem/get_pubchem_as_smiles.py Fri Sep 27 15:51:46 2013 -0400 @@ -29,7 +29,7 @@ result.get() for filename in os.listdir(td): - path = os.path.join(td, filename) + '.smi' + path = os.path.join(td, filename) shutil.copyfileobj(open(path, 'rb'), output_handle) output_handle.close() diff -r 021f0ef9474f -r 7c1f9962ac07 get_pubchem/get_pubchem_as_smiles.xml --- a/get_pubchem/get_pubchem_as_smiles.xml Wed Sep 18 09:44:36 2013 -0400 +++ b/get_pubchem/get_pubchem_as_smiles.xml Fri Sep 27 15:51:46 2013 -0400 @@ -7,6 +7,8 @@ get_pubchem_as_smiles.py -o $pubchem_smi -p 4 + ## temporary hack until my Galaxy patch is committed + > /dev/null 2>&1