summaryrefslogtreecommitdiff
path: root/gi/pipeline/scripts/refilter.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pipeline/scripts/refilter.pl')
-rwxr-xr-xgi/pipeline/scripts/refilter.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/gi/pipeline/scripts/refilter.pl b/gi/pipeline/scripts/refilter.pl
index 11a36ebe..a783eb4e 100755
--- a/gi/pipeline/scripts/refilter.pl
+++ b/gi/pipeline/scripts/refilter.pl
@@ -1,7 +1,10 @@
#!/usr/bin/perl -w
use strict;
-my $NUM_TRANSLATIONS = 30;
+my $NUM_TRANSLATIONS = shift @ARGV;
+unless ($NUM_TRANSLATIONS) { $NUM_TRANSLATIONS=30; }
+print STDERR "KEEPING $NUM_TRANSLATIONS TRANSLATIONS FOR SOURCE\n";
+
my $pk = '';
my %dict;
while(<>) {