From: elserj Date: Fri, 4 Sep 2015 21:09:36 +0000 (+0000) Subject: Took out _longest_ from file name, don't really need it and was just forcing me to... X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=418dcbdde63f91f82b46a414998e8031af8bb501;p=old-jaiswallab-svn%2F.git Took out _longest_ from file name, don't really need it and was just forcing me to rename files after svn path=/; revision=633 --- diff --git a/interactome_scripts/make_fasta_with_no_paralogs.pl b/interactome_scripts/make_fasta_with_no_paralogs.pl index add9c2e..1f67fdf 100755 --- a/interactome_scripts/make_fasta_with_no_paralogs.pl +++ b/interactome_scripts/make_fasta_with_no_paralogs.pl @@ -127,7 +127,7 @@ foreach my $key (keys %gene_hash) { } } - my $species_longest_filename = "$species" . "_longest_" . "$ARGV[1]"; + my $species_longest_filename = "$species" . "$ARGV[1]"; open(SPECIESLONGFH, ">>$species_longest_filename"); print SPECIESLONGFH ">$gene_array[$longest_gene]\n"; for (my $pos=0; $pos < $longest_length; $pos +=80) {