Skip to content

Commit

Permalink
[ci skip] Merge PR 34686
Browse files Browse the repository at this point in the history
Merge PR bioconda#34686, commits were: 
 * Fix build
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge branch 'bioconda:master' into master
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
 * Merge pull request #1 from bioconda/master

Update Fork
  • Loading branch information
ZimmerA authored May 3, 2022
1 parent 2d4583b commit 8ff1bdd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions recipes/proteomiqon-peptidedb/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
unzip $SRC_DIR/$PKG_VERSION
PREFIX=$(echo "${PREFIX}" | tr '\\' '/')
DOTNET_ROOT="${PREFIX}/lib/dotnet"
TOOL_ROOT=$DOTNET_ROOT/tools/PeptideDB

mkdir -p $PREFIX/bin $TOOL_ROOT
cp -r $SRC_DIR/tools/net5.0/any/* $TOOL_ROOT
cp "$RECIPE_DIR/proteomiqon-peptidedb.sh" "$PREFIX/bin/proteomiqon-peptidedb"
chmod +x "$PREFIX/bin/proteomiqon-peptidedb"
11 changes: 5 additions & 6 deletions recipes/proteomiqon-peptidedb/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ source:

build:
noarch: generic
number: 0
script:
- dotnet tool install --add-source $SRC_DIR --tool-path $PREFIX/bin --version {{ version }} ProteomIQon.PeptideDB
number: 1

requirements:
host:
- dotnet-sdk
- unzip
run:
- dotnet-runtime
- dotnet-runtime =5.0
- openssl =1.1

test:
commands:
Expand All @@ -36,4 +35,4 @@ about:
allow the user to mimic conditions of their specific experiment. The created database stores peptide protein relationships in a SQLite database which can
then be supplied to other ProteomIQon tools.
dev_url: https://github.com/CSBiology/ProteomIQon
doc_url: https://csbiology.github.io/ProteomIQon/tools/PeptideDB.html
doc_url: https://csbiology.github.io/ProteomIQon/tools/PeptideDB.html
2 changes: 2 additions & 0 deletions recipes/proteomiqon-peptidedb/proteomiqon-peptidedb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
dotnet $CONDA_PREFIX/lib/dotnet/tools/PeptideDB/ProteomIQon.PeptideDB.dll "$@"

0 comments on commit 8ff1bdd

Please sign in to comment.