@abi-software/flatmapvuer 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2246,12 +2246,12 @@ export default {
|
|
|
2246
2246
|
identifier = { uuid: state.uuid }
|
|
2247
2247
|
} else if (state.entry) {
|
|
2248
2248
|
identifier.taxon = state.entry
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2249
|
+
}
|
|
2250
|
+
if (state.biologicalSex) {
|
|
2251
|
+
identifier['biologicalSex'] = state.biologicalSex;
|
|
2252
|
+
} else if (identifier.taxon === 'NCBITaxon:9606') {
|
|
2253
|
+
//For backward compatibility
|
|
2254
|
+
identifier['biologicalSex'] = 'PATO:0000384';
|
|
2255
2255
|
}
|
|
2256
2256
|
} else {
|
|
2257
2257
|
// Set the bioloicalSex now if map is not resumed from
|