From 87b014e9e80eebcae5b5ea2a823dca4896463dcd Mon Sep 17 00:00:00 2001 From: elserj Date: Wed, 19 Feb 2020 21:05:18 +0000 Subject: [PATCH] Fix species lookup svn path=/; revision=670 --- interactome_scripts/association_file_from_orthologs_simple.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interactome_scripts/association_file_from_orthologs_simple.pl b/interactome_scripts/association_file_from_orthologs_simple.pl index 280cbbd..8a3b389 100755 --- a/interactome_scripts/association_file_from_orthologs_simple.pl +++ b/interactome_scripts/association_file_from_orthologs_simple.pl @@ -10,7 +10,6 @@ $year += 1900; $month = sprintf '%02d', $month+1; $day = sprintf '%02d', $day; my $curr_date = "$year$month$day"; -print "$curr_date\n"; @@ -33,7 +32,7 @@ my $inorthofile = $ARGV[1]; my $outfile = $ARGV[2]; # Get species and taxon -my $species = find_species("$ingaffile"); +my $species = find_species("$inorthofile"); my $new_taxon = find_taxon($species); -- 2.34.1