Mercurial > repos > melissacline > xena_import
diff xena_import.py @ 6:8d87f0ecc08d
Removed some debugging messages, which I hope we are now done with
author | melissacline |
---|---|
date | Thu, 04 Sep 2014 15:41:37 -0700 |
parents | cae2b765ca5d |
children | a2a7096897a8 |
line wrap: on
line diff
--- a/xena_import.py Thu Sep 04 14:57:10 2014 -0700 +++ b/xena_import.py Thu Sep 04 15:41:37 2014 -0700 @@ -30,6 +30,11 @@ genomicDataFilename = args.genomicDataPathname.split("/")[-1] jsonMetadataPathname = "%s/%s.json" % (args.xenaInputDir, genomicDataFilename) + fp = open("/Users/melissacline/tmp/xena.out", "w") + fp.write("xena base dir %s\n" % (xenaBaseDir)) + fp.write(cmdline) + fp.close() + fp = open(jsonMetadataPathname, "w") fp.write("%s\n" % (jsonMetadata)) fp.close()