Help for this page

Select Code to Download


  1. or download this
    DROP TABLE public.nodes;
    DROP TABLE public.sequences;
    ...
        , seq TEXT NOT NULL
        , taxon_id INT REFERENCES taxa (id)
    );
    
  2. or download this
    
    
    ...
    # old taxon
    $nodes->[0]->taxon($t);
    #$nodes->[0]->save;