From c4c5a68b0427c5f94b7cdf03b2ab722bccf8e7de Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 29 Jan 2015 10:27:17 -0800 Subject: [PATCH] remove some commented out code --- htsworkflow/pipelines/ipar.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/htsworkflow/pipelines/ipar.py b/htsworkflow/pipelines/ipar.py index 46758ec..03e71f9 100644 --- a/htsworkflow/pipelines/ipar.py +++ b/htsworkflow/pipelines/ipar.py @@ -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() -- 2.30.2