Skip to content

Commit

Permalink
[ci skip] Merge PR 34559
Browse files Browse the repository at this point in the history
Merge PR bioconda#34559, commits were: 
 * Update meta.yaml
 * Update version to 0.0.8, fix build
 * 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 Apr 28, 2022
1 parent 3fc3267 commit 29133cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
10 changes: 10 additions & 0 deletions recipes/proteomiqon-psmbasedquantification/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/PSMBasedQuantification

mkdir -p $PREFIX/bin $TOOL_ROOT
cp -r $SRC_DIR/tools/net5.0/any/* $TOOL_ROOT
cp "$RECIPE_DIR/proteomiqon-psmbasedquantification.sh" "$PREFIX/bin/proteomiqon-psmbasedquantification"
chmod +x "$PREFIX/bin/proteomiqon-psmbasedquantification"
13 changes: 6 additions & 7 deletions recipes/proteomiqon-psmbasedquantification/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.0.7" %}
{% set sha256 = "106085931d058ca3b3fd4d7cb24915b22b002f31547944e36bdaa9c9617a20ca" %}
{% set version = "0.0.8" %}
{% set sha256 = "9b6990363bb382dcc63dd5d0b54751ce2bd72465a7394c6223fcbb51e7a3efdf" %}

package:
name: proteomiqon-psmbasedquantification
Expand All @@ -12,14 +12,13 @@ source:
build:
noarch: generic
number: 0
script:
- dotnet tool install --add-source $SRC_DIR --tool-path $PREFIX/bin --version {{ version }} ProteomIQon.PSMBasedQuantification

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

test:
commands:
Expand All @@ -39,4 +38,4 @@ about:
The quantification tool was designed to allow label-free quantification as well as quantification of full metabolic labeled samples. For this we use the known identity
of one of the the peptide ions and calculate the m/z of the unobserved differentially labeled counterpart to extract and quantify the corresponding XIC.
dev_url: https://github.com/CSBiology/ProteomIQon
doc_url: https://csbiology.github.io/ProteomIQon/tools/PSMBasedQuantification.html
doc_url: https://csbiology.github.io/ProteomIQon/tools/PSMBasedQuantification.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/PSMBasedQuantification/ProteomIQon.PSMBasedQuantification.dll "$@"

0 comments on commit 29133cb

Please sign in to comment.