new file: cell2loc.py
[GalaxyCodeBases.git] / perl / etc / WoodyMiaoLin / Tiger / filtrate_percentId.pl
blob711846360a7127139933698059276eeeac2c50e2
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
5 while (<>) {
6 my @a = split /\t/;
7 print $_ if $a[2] > 97;