From 2e8cc225b2a652cf7261200a582361bdd1bc57a5 Mon Sep 17 00:00:00 2001 From: Patrick Meidl <pm2@sanger.ac.uk> Date: Fri, 26 Jan 2007 12:31:15 +0000 Subject: [PATCH] documentation fixes --- modules/Bio/EnsEMBL/ArchiveStableId.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Bio/EnsEMBL/ArchiveStableId.pm b/modules/Bio/EnsEMBL/ArchiveStableId.pm index f5f9749c13..16b6404ea1 100644 --- a/modules/Bio/EnsEMBL/ArchiveStableId.pm +++ b/modules/Bio/EnsEMBL/ArchiveStableId.pm @@ -251,7 +251,7 @@ sub get_all_gene_archive_ids { Example : my @archived_transcripts = @{ $arch_id->get_all_transcript_archive_ids }; Description : Returns transcript ArchiveStableIds associated with this - ArchiveStableId. If this is a gene, it returns itself. + ArchiveStableId. If this is a transcript, it returns itself. Returntype : listref of Bio::EnsEMBL::ArchiveStableId Exceptions : none Caller : general @@ -276,7 +276,7 @@ sub get_all_transcript_archive_ids { Example : my @archived_peptides = @{ $arch_id->get_all_translation_archive_ids }; Description : Returns translation ArchiveStableIds associated with this - ArchiveStableId. If this is a gene, it returns itself. + ArchiveStableId. If this is a translation, it returns itself. Returntype : listref of Bio::EnsEMBL::ArchiveStableId Exceptions : none Caller : general -- GitLab