diff BSseeker2/FilterReads.py @ 1:8b26adf64adc draft default tip

V2.0.5
author weilong-guo
date Tue, 05 Nov 2013 01:55:39 -0500
parents e6df770c0e58
children
line wrap: on
line diff
--- a/BSseeker2/FilterReads.py	Fri Jul 12 18:47:28 2013 -0400
+++ b/BSseeker2/FilterReads.py	Tue Nov 05 01:55:39 2013 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys
 import os
@@ -226,7 +226,7 @@
     (options, args) = parser.parse_args()
     
     if (options.infile is None) or (options.outfile is None) :
-        print parser.print_help()
+        parser.print_help()
         exit(-1)
     FilterReads(options.infile, options.outfile, options.keepquality)