Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Fixed gene detection in C.elegans
authorelserj <elserj@localhost>
Fri, 22 Oct 2010 23:53:29 +0000 (23:53 +0000)
committerelserj <elserj@localhost>
Fri, 22 Oct 2010 23:53:29 +0000 (23:53 +0000)
svn path=/; revision=76

interactome_scripts/find_species.pl

index 7962816e9b56ea7f5cdfa3b404413483ac68643f..579482f5a5fb2942efdd3b2062da575a8787c946 100755 (executable)
@@ -129,7 +129,7 @@ sub find_gene {
                $gene = $isomer;
        }elsif ($species eq "Caenorhabditis_elegans") {
                my ($locus_id,$unknown,$gene_id,$temp) = split(/\|/, $gene_header);
-               $gene = $gene_id; #???
+               $gene = $locus_id; #???
        }elsif ($species eq "Carica_papaya") {
                my $supercontig = $gene_header;
                $gene = $supercontig;