~ubuntu-branches/ubuntu/trusty/bioperl/trusty

« back to all changes in this revision

Viewing changes to Bio/SeqIO/interpro.pm

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2013-09-22 13:39:48 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130922133948-c6z62zegjyp7ztou
Tags: 1.6.922-1
* New upstream release.
* Replaces and Breaks grinder (<< 0.5.3-3~) because of overlaping contents.
  Closes: #722910
* Stop Replacing and Breaking bioperl ( << 1.6.9 ): not needed anymore. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
                  -seq_id => $protein_node->getAttribute('id') ),
167
167
                                        } @locNodes;
168
168
                        foreach my $seqFeature (@seqFeatures){
 
169
                                $bioSeq->add_SeqFeature($seqFeature);
 
170
 
169
171
                                my $annotation1 = Bio::Annotation::DBLink->new;
170
172
                                $annotation1->database($matchNodes[$match]->getAttribute('dbname'));
171
173
                                $annotation1->primary_id($matchNodes[$match]->getAttribute('id'));
195
197
                                     $seqFeature->annotation->add_Annotation('dblink', $go_annotation);
196
198
                                 }
197
199
                        }
198
 
                        $bioSeq->add_SeqFeature(@seqFeatures);
199
200
                }
200
201
        }
201
202
        my $accession = $protein_node->getAttribute('id');