# HG changeset patch # User devteam # Date 1444753652 14400 # Node ID 57c5ac41f22cfe0fcf3b5d4a797c061ac7a7f062 # Parent d189d06d23cfbd3a01e8efb0146e4e274a568a0c planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734 diff -r d189d06d23cf -r 57c5ac41f22c pgSnp2gd_snp.pl --- 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 { diff -r d189d06d23cf -r 57c5ac41f22c pgSnp2gd_snp.xml --- a/pgSnp2gd_snp.xml Mon Jul 28 11:30:09 2014 -0400 +++ b/pgSnp2gd_snp.xml Tue Oct 13 12:27:32 2015 -0400 @@ -1,55 +1,58 @@