From fc524c9a5d8d811a79224dafc461b4dbf6a1e4ef Mon Sep 17 00:00:00 2001 From: nylander Date: Wed, 8 Mar 2023 08:58:33 +0100 Subject: [PATCH] Add bioconda files --- bioconda/build.sh | 3 +++ bioconda/meta.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 bioconda/build.sh create mode 100644 bioconda/meta.yaml diff --git a/bioconda/build.sh b/bioconda/build.sh new file mode 100644 index 0000000..f023077 --- /dev/null +++ b/bioconda/build.sh @@ -0,0 +1,3 @@ +#! /bin/bash +mkdir -p $PREFIX/bin +cp catfasta2phyml.pl $PREFIX/bin/catfasta2phyml diff --git a/bioconda/meta.yaml b/bioconda/meta.yaml new file mode 100644 index 0000000..0127661 --- /dev/null +++ b/bioconda/meta.yaml @@ -0,0 +1,26 @@ +package: + name: catfasta2phyml + version: "1.2.0" + +source: + url: https://github.com/nylander/catfasta2phyml/archive/refs/tags/v.1.2.0.tar.gz + sha256: f4ea5aef5aa21d15d84436262f06b79a004b7017ab7a433019fe903aec995fdb + +build: + number: 0 + noarch: generic + +requirements: + run: + - perl + +test: + commands: + - catfasta2phyml --version + +about: + home: https://github.com/nylander/catfasta2phyml + license: MIT + license_file: LICENSE + summary: Concatenates FASTA formatted files to one "phyml" (PHYLIP) formatted file +