From 774a8bf76871aa7f27888ea56f736d214e5b6171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mill=C3=A1n=20Acosta?= <83466805+jmillanacosta@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:54:12 +0100 Subject: [PATCH 1/2] Added autophagy As a subClassOf cellular process --- config/go.iris | 1 + 1 file changed, 1 insertion(+) diff --git a/config/go.iris b/config/go.iris index 4f70bfd4..15bf07a3 100644 --- a/config/go.iris +++ b/config/go.iris @@ -7,3 +7,4 @@ +(http://purl.obolibrary.org/obo/GO_0048519):http://purl.obolibrary.org/obo/GO_0051494 negative regulation of cytoskeleton organization +(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_1902807 negative regulation of cell cycle G1/S phase transition +(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0051494 negative regulation of cytoskeleton organization ++(http://purl.obolibrary.org/obo/GO_0009987):http://purl.obolibrary.org/obo/GO_0006914 autophagy From 21498f3aae7d99dc74b97c81291ecf9bf27ebd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mill=C3=A1n=20Acosta?= <83466805+jmillanacosta@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:55:52 +0100 Subject: [PATCH 2/2] test path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c398324d..e4181a72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: pull_request: paths: - - './config/*' + - 'config/*' push: paths: - 'config.yaml'