Project

General

Profile

1 8291 aaronmk
#!/bin/bash -e
2 8287 aaronmk
. "$(dirname "${BASH_SOURCE[0]}")"/../table.run
3 8303 aaronmk
4 8705 aaronmk
if self_not_included; then
5
6 9155 aaronmk
func_override table.tsv/make__src_table_run
7
table.tsv/make()
8 8303 aaronmk
{
9 8881 aaronmk
	echo_func
10 9336 aaronmk
	cols='
11
	family, genus, species, subspecies/*helps TNRS to resolve species*/,
12
	latitude, longitude, country, state_province, county, locality' \
13
table.tsv/make__src_table_run
14 8303 aaronmk
}
15 8705 aaronmk
16
fi