From 40d9bfaf61608bdcc242d4e1482e86acc745a1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Fri, 4 Oct 2024 16:34:44 +0200 Subject: [PATCH 1/2] recipe formatting --- recipes/aacon/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/aacon/meta.yaml b/recipes/aacon/meta.yaml index ab2a510cd4664..4deae2eed1ecb 100644 --- a/recipes/aacon/meta.yaml +++ b/recipes/aacon/meta.yaml @@ -28,7 +28,7 @@ about: dev_url: https://github.com/bartongroup/aacon license: Apache-2.0 summary: "AACon: A Fast Amino Acid Conservation Calculation Service" - description: + description: | AACon is a set of tools implementing 17 different conservation scores reviewed by Valdar as well as the more complex SMERFS algorithm for predicting protein functional sites. AACon has been written with efficiency From fe894d8f909eb128b7b70e0229dba63d570238bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Fri, 4 Oct 2024 17:08:37 +0200 Subject: [PATCH 2/2] bump build number --- recipes/aacon/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/aacon/meta.yaml b/recipes/aacon/meta.yaml index 4deae2eed1ecb..3ad61be322e3d 100644 --- a/recipes/aacon/meta.yaml +++ b/recipes/aacon/meta.yaml @@ -6,7 +6,7 @@ package: version: {{ version }} build: - number: 0 + number: 1 noarch: generic run_exports: - {{ pin_subpackage('aacon', max_pin="x") }}