Skip to content
Snippets Groups Projects
Commit 1743d0f2 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

clinical trials miriam type added

parent ba190baa
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!507Resolve "Add ClinicalTrials.gov to handled MIRIAMs"
Pipeline #7471 failed
......@@ -105,6 +105,11 @@ public enum MiriamType {
new String[] { "urn:miriam:chembl.target" },
new Class<?>[] { Protein.class, Complex.class }, "MIR:00000085"),
CLINICAL_TRIALS_GOV("ClinicalTrials.gov",
"https://clinicaltrials.gov/",
new String[] { "urn:miriam:clinicaltrials" },
new Class<?>[] { }, "MIR:00000137"),
/**
* Clusters of Orthologous Groups: https://www.ncbi.nlm.nih.gov/COG/.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment