remove some useless debugging print statements
authorDiane Trout <diane@caltech.edu>
Tue, 31 Mar 2009 01:29:12 +0000 (01:29 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 31 Mar 2009 01:29:12 +0000 (01:29 +0000)
htsworkflow/pipelines/bustard.py

index 91929ec2b07caf99029c709a415e9648e81f3e55..f1d73eb40fec2ccbe81ccfeb4289285acc0882d5 100644 (file)
@@ -170,7 +170,6 @@ def crosstalk_matrix_from_bustard_config(bustard_path, bustard_config_tree):
             raise RuntimeError('Expected to find MatrixElements in Bustard BaseCallParameters')
         matrix = CrosstalkMatrix(xml=matrix_elements)
 
-    print "matrix:", matrix
     return matrix
 
 class Bustard(object):
@@ -273,7 +272,6 @@ def bustard(pathname):
     b.user = groups[2]
     b.pathname = pathname
     bustard_config_filename = os.path.join(pathname, 'config.xml')
-    print bustard_config_filename
     paramfiles = glob(os.path.join(pathname, "params?.xml"))
     for paramfile in paramfiles:
         phasing = Phasing(paramfile)