-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2725 Add CellMark CLM-CL component (#2772)
* Prevent update_repo from overwriting the QC workflow. CL has a customised QC workflow, in which we additionally check for taxon constraint violations. Whenever the repository is updated (e.g. to reflect changes in cl-odk.yml after adding a new component), our QC workflow file should _not_ be overwritten by the ODK-generated one. When upgrading to a newer major version of the ODK, if the never version brings changes to the standard QC workflow, it will be up to a CL "pipeline engineer" to port those changes if necessary. * Add the CLM-CL component. We add a new component obtained from the Cell Markers Ontology (https://github.com/Cellular-Semantics/CellMark). For now, it is refreshed unconditionally as part of all workflows, as for the other similar components (the HRA subset and the CellxGene subset). Later we will need to uncouple the refresh from at least the QC workflow. * Commit re-generated files. * Only refresh external resources upon MIR=true. This commit make sure that external resources (e.g. mapping sets and components that are maintained elsewhere, and simply used as they are in CL) are only refreshed when the MIR Make variable is set to true. Importantly, when running the QC workflows MIR is false, which means that those resources will then _not_ be refreshed as part of the QC. This is on purpose. Those external resources could at any time introduce changes that could break CL. QC should test changes that happen entirely within CL. With that changes, it is up to CL's editors/maintainers to refresh the external resources _when they want to do so_. For that, all they need to do is to make sure that MIR is set to true. For example, this is done automatically when calling `make refresh-imports`. closes #2644
- Loading branch information
Showing
9 changed files
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<rdf:RDF | ||
xml:base="http://purl.obolibrary.org/obo/" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#" | ||
xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
xmlns:obo="http://purl.obolibrary.org/obo/"> | ||
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cl/components/clm-cl.owl"/> | ||
|
||
<!-- This is a placeholder, it will be regenerated when makefile is first executed --> | ||
</rdf:RDF> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters