Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Taxonomy Tools
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrey Lugovskiy
Taxonomy Tools
Commits
5f011c88
Commit
5f011c88
authored
8 years ago
by
Matija Obreza
Browse files
Options
Downloads
Patches
Plain Diff
READMEs
parent
bb3bc119
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
taxonomychecker-cli/README.md
+60
-0
60 additions, 0 deletions
taxonomychecker-cli/README.md
with
67 additions
and
0 deletions
README.md
0 → 100644
+
7
−
0
View file @
5f011c88
# Taxonomy Tools
This is the parent project to two tools:
*
Library to read the
[
GRIN-Global Taxonomy data
](
gringlobal-taxonomy
)
and
*
A
[
Taxonomy Validation tool
](
taxonomychecker-cli
)
This diff is collapsed.
Click to expand it.
taxonomychecker-cli/README.md
0 → 100644
+
60
−
0
View file @
5f011c88
# Taxonomy Checker & Validation Tool
**TC**
tool will read a CSV file that includes the standard MCPD taxonomy columns
and will check these against the
[
GRIN-Global Taxonomy
][
ggt
]
data.
[
ggt
]:
https://npgsweb.ars-grin.gov/gringlobal/taxon/taxonomyquery.aspx
## Using TC
1.
Prepare a valid CSV file to validate.
1.
You will need Java 1.8 JRE.
1.
Download the
`tc-${project.version}-all.jar`
to a folder on your computer
1.
Download GRIN-Global Taxonomy data from [ggtd] and unpack the archive to this
folder
1.
Run the tool
[
ggtd
]:
http://www.ars-grin.gov/~dbmuke/cgi-bin/gringlobal/1.9.6.2/taxonomy_data.cab
## Source data
The GRIN-Taxonomy CAB file is available from the
[
official website
][
ggtd
]
.
## Input file template
The input file uses MCPD taxonomy column names and uses these as input for analysis.
All other columns in the input spreadsheet are ignored.
|Accession Number| GENUS | SPECIES|SPAUTHOR|SUBTAXA|SUBTAUTHOR|
| -------- | -------- | -------- | -------- | -------- | -------- |
|TMe-419| Manihot|esculenta|Crantz|subsp. flabellifolia|(Pohl) Cif.|
## Results
The tool produces a new CSV with extra columns containing suggested values:
|Accession Number| GENUS|GENUS_check|SPECIES|SPECIES_check|SPAUTHOR|SPAUTHOR_check|SUBTAXA|SUBTAXA_check|SUBTAUTHOR_check|
| -------- | -------- | -------- | -------- | -------- | -------- |-------- |-------- |-------- |-------- |-------- |
|TMe-419| Manihot|--------|esculenta|-------- |Crantz|-------- |subsp. flabellifolia|-------- |(Pohl) Cif.|-------- |
The
`_check`
columns are inserted next to the originals. When the original value
is valid there will be no suggestions in the corresponding
`_check`
column.
## Configuration options
TODO: The tool can be configured to resolve to the
*current*
taxonomy instead of only
checking for spelling mistakes.
## Filling gaps
The values for
`SPAUTHOR`
and
`SUBTAUTHOR`
are commonly not provided by crop
gene banks. When
*genus*
and
*species*
provided are valid (i.e. no suggestions
for change) the tool will suggest the species authority name from GRIN Taxonomy
database. Similarly, when all other data is valid, value for
`SUBTAUTHOR`
will
be suggested.
Even when these values exist in the source data, we only include suggestions as
describe above.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment