Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Took out _longest_ from file name, don't really need it and was just forcing me to...
authorelserj <elserj@localhost>
Fri, 4 Sep 2015 21:09:36 +0000 (21:09 +0000)
committerelserj <elserj@localhost>
Fri, 4 Sep 2015 21:09:36 +0000 (21:09 +0000)
svn path=/; revision=633

interactome_scripts/make_fasta_with_no_paralogs.pl

index add9c2e68b8ed9dbbd2714e8baf9626e5698815a..1f67fdf38e4898ff4e4a00ec043d8590cb89aaf5 100755 (executable)
@@ -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) {