diff pgSnp2gd_snp.pl @ 1:57c5ac41f22c draft default tip

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:27:32 -0400
parents d189d06d23cf
children
line wrap: on
line diff
--- a/pgSnp2gd_snp.pl	Mon Jul 28 11:30:09 2014 -0400
+++ b/pgSnp2gd_snp.pl	Tue Oct 13 12:27:32 2015 -0400
@@ -59,7 +59,7 @@
 }
 
 if ($in =~ /.gz$/) { 
-   open(FH, "zcat $in |") or die "Couldn't open $in, $!\n";
+   open(FH, "zcat < $in |") or die "Couldn't open $in, $!\n";
 }elsif ($in =~ /.bz2$/) {
    open(FH, "bzcat $in |") or die "Couldn't open $in, $!\n";
 }else {