Skip to content

Commit

Permalink
[ci skip] Merge PR 34685
Browse files Browse the repository at this point in the history
Merge PR bioconda#34685, 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 025b0a8 commit 2d4583b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
10 changes: 10 additions & 0 deletions recipes/proteomiqon-labeledproteinquantification/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/LabeledProteinQuantification

mkdir -p $PREFIX/bin $TOOL_ROOT
cp -r $SRC_DIR/tools/net5.0/any/* $TOOL_ROOT
cp "$RECIPE_DIR/proteomiqon-labeledproteinquantification.sh" "$PREFIX/bin/proteomiqon-labeledproteinquantification"
chmod +x "$PREFIX/bin/proteomiqon-labeledproteinquantification"
9 changes: 4 additions & 5 deletions recipes/proteomiqon-labeledproteinquantification/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.LabeledProteinQuantification
number: 1

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

test:
commands:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
dotnet $CONDA_PREFIX/lib/dotnet/tools/LabeledProteinQuantification/ProteomIQon.LabeledProteinQuantification.dll "$@"

0 comments on commit 2d4583b

Please sign in to comment.