From 418dcbdde63f91f82b46a414998e8031af8bb501 Mon Sep 17 00:00:00 2001 From: elserj Date: Fri, 4 Sep 2015 21:09:36 +0000 Subject: [PATCH] Took out _longest_ from file name, don't really need it and was just forcing me to rename files after svn path=/; revision=633 --- interactome_scripts/make_fasta_with_no_paralogs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1