From 4f34548a58e7445a573ca8a908ebe159957df636 Mon Sep 17 00:00:00 2001 From: Liviu Rotaru Date: Fri, 18 Oct 2024 11:05:01 +0300 Subject: [PATCH] fixed meta --- recipes/pegas/meta.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/pegas/meta.yaml b/recipes/pegas/meta.yaml index 78bddbdefd639..97ec15de85d78 100644 --- a/recipes/pegas/meta.yaml +++ b/recipes/pegas/meta.yaml @@ -6,8 +6,8 @@ package: version: {{ version }} source: - git_url: https://github.com/liviurotiul/PeGAS.git - git_branch: main + url: https://github.com/liviurotiul/PeGAS/archive/refs/tags/v{{ version }}.tar.gz + sha256: 2c028caa90bb8825e1c64f2ca5bd5e80f82f6db1cb5c4609bed86157c954c1f8 build: number: 0 @@ -41,9 +41,10 @@ about: license: GPL-2.0 license_family: GPL license_file: LICENSE - summary: "PeGAS: a Snakemake pipeline for protein engineering and analysis" + summary: "PeGAS is a Snakemake pipeline for genome analysis" description: | - PeGAS is a Snakemake pipeline for protein engineering and analysis. It automates the process of protein design and analysis using various bioinformatics tools. + PeGAS is a Snakemake pipeline for genome analysis. It is designed to be + lightweight, easy to install, and easy to use. doc_url: https://github.com/liviurotiul/PeGAS#readme dev_url: https://github.com/liviurotiul/PeGAS/issues