Skip to content
Snippets Groups Projects
Commit 276aca95 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-504: added explicit example for fetch_all_by_hit_name method

parent cd571715
No related branches found
No related tags found
No related merge requests found
......@@ -200,8 +200,8 @@ sub fetch_all_by_Slice_and_pid {
The analysis logic name of the type of features to
obtain.
Example : @feats =
@{ $adaptor->fetch_all_by_hit_name( $name,
$logic_name ); }
@{ $adaptor->fetch_all_by_hit_name( 'AK078491.1',
'vertrna' ); }
Description: Returns a listref of features created from the
database which correspond to the given hit_name. If
logic name is defined, only features with an analysis
......
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