Revision 9952
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/IRMNG/species_homonyms/header.csv | ||
---|---|---|
1 |
*row_num,taxonID,taxonNameOrEpithet,taxonRank,authors,kingdom,phylum,class,order,family,genus,specificEpithet |
|
1 |
row_num,IRMNG_ID,Homonym,Homonym_Rank,Authority,Kingdom,Phylum,Class,Order,Family,Genus,Species$ |
inputs/IRMNG/species_homonyms/map.csv | ||
---|---|---|
1 | 1 |
IRMNG,VegCore,Filter,Comments |
2 |
*row_num,*row_num,, |
|
3 |
taxonID,taxonID,, |
|
4 |
taxonNameOrEpithet,taxonNameOrEpithet,, |
|
5 |
taxonRank,taxonRank,, |
|
6 |
authors,authors,, |
|
7 |
kingdom,kingdom,, |
|
8 |
phylum,phylum,, |
|
9 |
class,class,, |
|
10 |
order,order,, |
|
11 |
family,family,, |
|
12 |
genus,genus,, |
|
13 |
specificEpithet,specificEpithet,, |
|
2 |
row_num,*row_num,, |
|
3 |
IRMNG_ID,taxonID,, |
|
4 |
Homonym,taxonNameOrEpithet,, |
|
5 |
Homonym_Rank,taxonRank,, |
|
6 |
Authority,authors,, |
|
7 |
Kingdom,kingdom,, |
|
8 |
Phylum,phylum,, |
|
9 |
Class,class,, |
|
10 |
Order,order,, |
|
11 |
Family,family,, |
|
12 |
Genus,genus,, |
|
13 |
Species$,specificEpithet,, |
Also available in: Unified diff
bugfix: inputs/IRMNG/species_homonyms/header.csv, map.csv: reset input columns to DSV (delim-separated values) header. they had gotten changed to the output names in running map.csv with remake=1, causing it to be remade from the (renamed) staging tables.