Skip to content

Commit

Permalink
Add bioconda files
Browse files Browse the repository at this point in the history
  • Loading branch information
nylander committed Mar 8, 2023
1 parent b5cf2bf commit fc524c9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bioconda/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
mkdir -p $PREFIX/bin
cp catfasta2phyml.pl $PREFIX/bin/catfasta2phyml
26 changes: 26 additions & 0 deletions bioconda/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fc524c9

Please sign in to comment.