-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hmftools-{chord,esvee,pave,redux} (#52078)
* Update Chord to 2.1.0_beta.1 * Update Esvee to 1.0_beta.4 * Update Pave to 1.7_beta.1 * Update Redux to 1.0_beta.4 * Fix typo in Chord jar URL * Fix typo in Chord jar URL again * Remove install commands for mutSigExtractor and CHORD R packages
- Loading branch information
1 parent
e9318b2
commit 638d885
Showing
5 changed files
with
18 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,33 @@ | ||
{% set version = "2.1.0_beta" %} | ||
{% set sha256_jar = "26d0a40e20635c4b797d28e0c7819b1653c9f8fa28180b9a556215d22387968c" %} | ||
{% set sha256_src = "ed039e7b405130a1e52df71c3535c6a5ed8aab0f80724bc83df88ae14aeaa257" %} | ||
{% set beta_suffix = ".1" %} | ||
{% set sha256 = "25a4dfd8a0ab436e0f23d94e77cebb59a0830a052a90c823844b798bd409bfc3" %} | ||
|
||
package: | ||
name: hmftools-chord | ||
version: '{{ version }}' | ||
|
||
source: | ||
- folder: jar | ||
url: https://github.com/hartwigmedical/hmftools/releases/download/chord-v{{ version }}/chord-{{ version }}.jar | ||
sha256: '{{ sha256_jar }}' | ||
- folder: src | ||
url: https://github.com/hartwigmedical/hmftools/archive/refs/tags/chord-v{{ version }}.tar.gz | ||
sha256: '{{ sha256_src }}' | ||
url: https://github.com/hartwigmedical/hmftools/releases/download/chord-v{{ version }}/chord_v{{ version }}{{ beta_suffix }}.jar | ||
sha256: '{{ sha256 }}' | ||
|
||
build: | ||
noarch: generic | ||
number: 0 | ||
number: 2 | ||
run_exports: | ||
- {{ pin_subpackage("hmftools-chord", max_pin="x.x") }} | ||
|
||
requirements: | ||
host: | ||
- r-base | ||
- r-randomforest | ||
- r-stringr | ||
- bioconductor-bsgenome | ||
- bioconductor-bsgenome.hsapiens.ucsc.hg19 | ||
- bioconductor-bsgenome.hsapiens.ucsc.hg38 | ||
run: | ||
- openjdk >=8 | ||
- r-base | ||
- r-randomforest | ||
- r-stringr | ||
- bioconductor-bsgenome | ||
- bioconductor-bsgenome.hsapiens.ucsc.hg19 | ||
- bioconductor-bsgenome.hsapiens.ucsc.hg38 | ||
|
||
test: | ||
commands: | ||
- $R -e "library('CHORD')" | ||
- $R -e "library('mutSigExtractor')" | ||
- 'chord com.hartwig.hmftools.chord.ChordRunner -version | grep CHORD' | ||
- 'chord -version | grep CHORD' | ||
|
||
about: | ||
home: https://github.com/hartwigmedical/hmftools/blob/master/chord/ | ||
license: GPL-3.0-only | ||
license_family: GPL3 | ||
license_file: LICENSE | ||
summary: Predict HRD using somatic mutations contexts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters