You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brant Faircloth edited this page Mar 20, 2020
·
2 revisions
How to select samples for species level
go to whatever directory you need to on @chili
start up database and in database (this example is for Galliformes), run:
\copy (select ordr as"Order", family as"Family", genus as"Genus", concat(genus, '', species) as"Genus species", authority as"Authority", common as"Common", extinct as"Extinct", ''as"Status"from species where ordr='Galliformes') TO 'galliformes.csv' CSV HEADER;
this creates an output csv file. we can pull the species level records for this order by running: