Skip to content

Commit

Permalink
[ci skip] Merge PR 39756
Browse files Browse the repository at this point in the history
Merge PR bioconda#39756, commits were: 
 * Removed the host section
 * Merge branch 'bioconda:master' into fastagap
 * Update meta.yaml

Add the build section
 * Add recepie fastagap
 * Merge branch 'master' into fastagap
  • Loading branch information
nylander authored and cokelaer committed Apr 28, 2023
1 parent 7371650 commit 7521736
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/fastagap/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/bash

mkdir -p $PREFIX/bin
cp fastagap.pl $PREFIX/bin/fastagap

27 changes: 27 additions & 0 deletions recipes/fastagap/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package:
name: fastagap
version: "1.0"

source:
url: https://github.com/nylander/fastagap/archive/refs/tags/v1.0.tar.gz
sha256: 4873e63daf735cb6932a32fcdcfc546e5448a72ade7577cff9a059317605e955

build:
number: 0
noarch: generic

requirements:
run:
- perl
- perl-list-moreutils

test:
commands:
- fastagap --version

about:
home: https://github.com/nylander/fastagap
license: MIT
license_file: LICENSE
summary: Count and remove missing data in fasta-formatted sequence data

0 comments on commit 7521736

Please sign in to comment.