Skip to content
Snippets Groups Projects
Commit ae98cbf5 authored by James Gilbert's avatar James Gilbert
Browse files

new files for new repeat objects

parent 0b68ace1
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ sub _generic_fetch {
, f.repeat_end
, f.analysis_id
FROM repeat_feature f
, repeat r
WHERE f.repeat_id = r.repeat_id
}. $where_clause);
$sth->execute;
......
### Bio::EnsEMBL::RepeatConsensus
package Bio::EnsEMBL::RepeatConsensus;
use strict;
1;
__END__
=head1 NAME - Bio::EnsEMBL::RepeatConsensus
=head1 DESCRIPTION
This object represents an entry in the
repeat_consensus table.
It can contain the consensus sequence for a
repeat such as a particular Alu, or "cag" for a
simple triplet repeat.
=head1 AUTHOR
James Gilbert B<email> jgrg@sanger.ac.uk
### Bio::EnsEMBL::RepeatFeature
package Bio::EnsEMBL::RepeatFeature;
use strict;
1;
__END__
=head1 NAME - Bio::EnsEMBL::RepeatFeature
=head1 AUTHOR
James Gilbert B<email> jgrg@sanger.ac.uk
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment