remove some commented out code
authorDiane Trout <diane@ghic.org>
Thu, 29 Jan 2015 18:27:17 +0000 (10:27 -0800)
committerDiane Trout <diane@ghic.org>
Thu, 29 Jan 2015 18:46:51 +0000 (10:46 -0800)
htsworkflow/pipelines/ipar.py

index 46758ec141af2629838e439ce0747642d8f024e6..03e71f9bf64c65d0a34ef9fe6db3141e797afe93 100644 (file)
@@ -261,16 +261,3 @@ def fromxml(tree):
     f = IPAR()
     f.set_elements(tree)
     return f
-
-#if __name__ == "__main__":
-  #i = ipar(os.path.expanduser('~/gec/081021_HWI-EAS229_0063_30HKUAAXX/Data/IPAR_1.01'))
-  #x = i.get_elements()
-  #j = fromxml(x)
-  #ElementTree.dump(x)
-  #print j.date
-  #print j.start
-  #print j.stop
-  #print i.tiles.keys()
-  #print j.tiles.keys()
-  #print j.tiles.items()
-  #print j.file_list()