blob: b780a680c4e45d4ee99191df031359335a7feb7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Normalization steps
This library contains generic logic to normalize (string) data and
transforms strings to URIs. It should be applicable to data from
any source (GenBank, ENA etc).
Important: missing data should be missing or None! Do not fill
in data by 'guessing'.
When data is malformed a warning should be logged and added to the
warning list. Functions should be small enough to return only 1
warning!
Pjotr Prins (c) 2021
|