X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fpipelines%2Fsrf2fastq.py;fp=htsworkflow%2Fpipelines%2Fsrf2fastq.py;h=4000fa092277d644c83d7ab588eee58f61ae8b8b;hp=0d895d9e4b18c8fbb968da470639df8808424339;hb=53ebb47e86e81ce349d4ef4e16aef94be93486ea;hpb=4262586d10cc0cc227390873b301b55244204c11 diff --git a/htsworkflow/pipelines/srf2fastq.py b/htsworkflow/pipelines/srf2fastq.py index 0d895d9..4000fa0 100644 --- a/htsworkflow/pipelines/srf2fastq.py +++ b/htsworkflow/pipelines/srf2fastq.py @@ -27,7 +27,7 @@ def main(cmdline=None): logging.basicConfig(level=logging.WARN) if opts.version: - print version() + print(version()) return 0 if len(args) != 1: @@ -241,7 +241,7 @@ def foo(): target2_name = base + '_r2.fastq' for target_name in [target1_name, target2_name]: - print 'target name', target_name + print('target name', target_name) if os.path.exists(target_name): raise RuntimeError("%s exists" % (target_name,))