5 use CXGN
::DB
::Connection
;
7 use CXGN
::Search
::CannedForms
;
9 my $dbh = CXGN
::DB
::Connection
->new();
10 CXGN
::Login
->new($dbh)->verify_session();
11 my $page=CXGN
::Page
->new('Attribute BACs','john');
12 $page->header('Attribute BACs','How to attribute a BAC to a sequencing project');
15 <li>Log in using the link at the top right of any SGN page.</li>
16 <li>From the toolbar, choose <b>search</b>-><b>BACs</b>, or just use the form below.</li>
17 <li>Type the name of the BAC you would like to attribute to your sequencing project into the search box.</li>
18 <li>Click the <b>search</b> button.</li>
19 <li>If you see the desired BAC in the search results, click its link.</li>
20 <li>On the BAC information page, there should be a link which will allow you to assign the BAC to your project. Note that you must be logged in for this link to be visible. Please be sure that you are making a correct attribution, because incorrect attributions can only be removed manually by the SGN staff.</li>
23 print CXGN::Search::CannedForms::clone_search_form($page);