Skip to content

Commit

Permalink
[ci skip] Merge PR 34684
Browse files Browse the repository at this point in the history
Merge PR bioconda#34684, 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 212a1a0 commit 025b0a8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions recipes/proteomiqon-labelfreeproteinquantification/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/LabelFreeProteinQuantification

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

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

test:
commands:
Expand All @@ -40,4 +39,4 @@ about:
modification are skipped, the protein aggregation is performed on previously unaggregated peptides, where a peptidesequence can occur with different charge
states and modifications.
dev_url: https://github.com/CSBiology/ProteomIQon
doc_url: https://csbiology.github.io/ProteomIQon/tools/LabelFreeProteinQuantification.html
doc_url: https://csbiology.github.io/ProteomIQon/tools/LabelFreeProteinQuantification.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
dotnet $CONDA_PREFIX/lib/dotnet/tools/LabelFreeProteinQuantification/ProteomIQon.LabelFreeProteinQuantification.dll "$@"

0 comments on commit 025b0a8

Please sign in to comment.