diff pgSnp2gd_snp.pl @ 1:4cd611004dc4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/pgsnp2gd_snp commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:22:57 -0500
parents d281062566f9
children
line wrap: on
line diff
--- a/pgSnp2gd_snp.pl	Mon Jul 28 11:55:36 2014 -0400
+++ b/pgSnp2gd_snp.pl	Wed Nov 11 12:22:57 2015 -0500
@@ -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 {