X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fpipelines%2Ffirecrest.py;fp=htsworkflow%2Fpipelines%2Ffirecrest.py;h=d8fa8721a6aad2237e1578f019ae41fafcba7a08;hp=3519eb0123600ef99602cccb25210d119a62a073;hb=53ebb47e86e81ce349d4ef4e16aef94be93486ea;hpb=4262586d10cc0cc227390873b301b55244204c11 diff --git a/htsworkflow/pipelines/firecrest.py b/htsworkflow/pipelines/firecrest.py index 3519eb0..d8fa872 100644 --- a/htsworkflow/pipelines/firecrest.py +++ b/htsworkflow/pipelines/firecrest.py @@ -66,11 +66,11 @@ class Firecrest(object): def dump(self): """Report debugginf information """ - print "Starting cycle:", self.start - print "Ending cycle:", self.stop - print "Firecrest version:", self.version - print "Run date:", self.date - print "user:", self.user + print("Starting cycle:", self.start) + print("Ending cycle:", self.stop) + print("Firecrest version:", self.version) + print("Run date:", self.date) + print("user:", self.user) def get_elements(self): """Return XML serialization structure.