forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|