From: elserj Date: Wed, 19 Feb 2020 21:05:18 +0000 (+0000) Subject: Fix species lookup X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=87b014e9e80eebcae5b5ea2a823dca4896463dcd;p=old-jaiswallab-svn%2F.git Fix species lookup svn path=/; revision=670 --- 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);