Skip to content

Commit

Permalink
[ci skip] Merge PR 30549
Browse files Browse the repository at this point in the history
Merge PR bioconda#30549, commits were: 
 * Fix typo in description
 * Add summary and description
 * Add recipe
 * 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 Sep 15, 2021
1 parent acfb209 commit b49874d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions recipes/proteomiqon-joinquantpepionswithproteins/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% set version = "0.0.1" %}
{% set sha256 = "1792c40c261df7dd26f4eec6adf58a5516dc265a72f0dd9744e013bd6b1c0a5c" %}

package:
name: proteomiqon-joinquantpepionswithproteins
version: '{{ version }}'

source:
url: https://www.nuget.org/api/v2/package/ProteomIQon.JoinQuantPepIonsWithProteins/{{ version }}
sha256: '{{ sha256 }}'

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

requirements:
host:
- dotnet-sdk
run:
- dotnet-runtime

test:
commands:
- proteomiqon-joinquantpepionswithproteins --help

about:
home: https://csbiology.github.io/ProteomIQon/
license: MIT
summary: The tool JoinQuantPepIonsWithProteins combines results from ProteinInference and PSMBasedQuantification.
description: |
Results from PSMBasedQuantification contain detailed information about the quantification of every peptide, but only basic informations about the protein they
originated from. This information is obtained during the ProteinInference. This tool takes the results from both tools and combines the quantification information
of each peptide with the more accurate information about the corresponding protein including its q-value.
dev_url: https://github.com/CSBiology/ProteomIQon
doc_url: https://csbiology.github.io/ProteomIQon/tools/JoinQuantPepIonsWithProteins.html

0 comments on commit b49874d

Please sign in to comment.