From 28de49f50268239be3dacfbd67f7cb0b7d25f842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Fri, 29 May 2009 15:19:01 +0000 Subject: [PATCH] Correct code fragment. --- misc-scripts/ontology/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/ontology/README b/misc-scripts/ontology/README index 8a50311fd9..e44ca3bdcc 100644 --- a/misc-scripts/ontology/README +++ b/misc-scripts/ontology/README @@ -148,7 +148,7 @@ 3. Fetching a structure that encodes the ancestor relationships of a term. - $adaptor->_fetch_ancestor_chart() + $adaptor->_fetch_ancestor_chart($term) Given an ontology term, which is a Bio::EnsEMBL::OntologyTerm object, some operations from the second set of operations above are -- GitLab