forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update r-basejump recipe and dependencies (bioconda#15650)
- Loading branch information
1 parent
3fdcee4
commit 130c65b
Showing
8 changed files
with
265 additions
and
216 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,29 +1,36 @@ | ||
{% set version = "0.1.8" %} | ||
{% set version = "0.1.19" %} | ||
{% set github = "https://github.com/acidgenomics/bioverbs" %} | ||
|
||
package: | ||
name: r-bioverbs | ||
version: {{ version }} | ||
version: "{{ version }}" | ||
|
||
source: | ||
url: https://github.com/steinbaugh/bioverbs/archive/v{{ version }}.tar.gz | ||
sha256: f5059996e43ca77e690ee6d2e47f8fd04afac7c201733f94bd0175f2f446a348 | ||
url: "{{ github }}/archive/v{{ version }}.tar.gz" | ||
sha256: 80dd75330faf4ae2053d23645bc8fddeef14f63051a54657b907c3236373db11 | ||
|
||
build: | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- r-base | ||
run: | ||
- r-base | ||
host: | ||
- r-base | ||
run: | ||
- r-base | ||
|
||
test: | ||
commands: | ||
- $R -e "library('bioverbs')" | ||
commands: | ||
- $R -e "library('bioverbs')" | ||
|
||
about: | ||
home: https://github.com/steinbaugh/bioverbs | ||
dev_url: https://github.com/steinbaugh/bioverbs | ||
home: https://bioverbs.acidgenomics.com/ | ||
dev_url: "{{ github }}" | ||
license: MIT | ||
summary: S4 generic functions for bioinformatics, part of the basejump toolkit. | ||
license_family: MIT | ||
summary: S4 generic functions for bioinformatics. | ||
|
||
extra: | ||
recipe-maintainers: | ||
- mjsteinbaugh | ||
- pinin4fjords | ||
- chapmanb | ||
|
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,67 +1,66 @@ | ||
{% set version = "0.1.8" %} | ||
{% set version = "0.2.1" %} | ||
{% set github = "https://github.com/acidgenomics/brio" %} | ||
|
||
package: | ||
name: r-brio | ||
version: {{ version }} | ||
version: "{{ version }}" | ||
|
||
source: | ||
url: https://github.com/steinbaugh/brio/archive/v{{ version }}.tar.gz | ||
sha256: 7b1ef773fa9255de969abf320401edf87744cdcbecb8a7b87f48ea8ab597d774 | ||
url: "{{ github }}/archive/v{{ version }}.tar.gz" | ||
sha256: 2c7c3666f9458f069b10e727a6fc6cc9b538cee87edb3355772c489e08328054 | ||
|
||
build: | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- r-base | ||
- r-bioverbs >=0.1.8 | ||
- r-goalie >=0.2.9 | ||
- r-transformer >=0.1.6 | ||
- bioconductor-genomicranges | ||
- bioconductor-s4vectors | ||
- bioconductor-singlecellexperiment | ||
- bioconductor-summarizedexperiment | ||
- bioconductor-rtracklayer | ||
- r-matrix >=1.2 | ||
- r-r.utils >=2.7 | ||
- r-curl >=1.95 | ||
- r-data.table >=1.11 | ||
- r-jsonlite >=1.6 | ||
- r-readr >=1.3 | ||
- r-rio >=0.5 | ||
- r-stringr >=1.3 | ||
- r-tibble >=2.0 | ||
- r-yaml >=2.2 | ||
host: | ||
- r-base | ||
- r-bioverbs >=0.1.18 | ||
- r-goalie >=0.2.16 | ||
- r-transformer >=0.1.11 | ||
- bioconductor-genomicranges | ||
- bioconductor-rtracklayer | ||
- bioconductor-s4vectors | ||
- bioconductor-singlecellexperiment | ||
- bioconductor-summarizedexperiment | ||
- r-curl >=1.95 | ||
- r-data.table >=1.12 | ||
- r-jsonlite >=1.6 | ||
- r-matrix >=1.2 | ||
- r-r.utils >=2.8 | ||
- r-readr >=1.3 | ||
- r-rio >=0.5 | ||
- r-stringr >=1.4 | ||
- r-tibble >=2.1 | ||
- r-yaml >=2.2 | ||
|
||
run: | ||
- r-base | ||
- r-bioverbs >=0.1.8 | ||
- r-goalie >=0.2.9 | ||
- r-transformer >=0.1.6 | ||
- bioconductor-genomicranges | ||
- bioconductor-s4vectors | ||
- bioconductor-singlecellexperiment | ||
- bioconductor-summarizedexperiment | ||
- bioconductor-rtracklayer | ||
- r-matrix >=1.2 | ||
- r-r.utils >=2.7 | ||
- r-curl >=1.95 | ||
- r-data.table >=1.11 | ||
- r-jsonlite >=1.6 | ||
- r-readr >=1.3 | ||
- r-rio >=0.5 | ||
- r-stringr >=1.3 | ||
- r-tibble >=2.0 | ||
- r-yaml >=2.2 | ||
run: | ||
- r-base | ||
- r-bioverbs >=0.1.18 | ||
- r-goalie >=0.2.16 | ||
- r-transformer >=0.1.11 | ||
- bioconductor-genomicranges | ||
- bioconductor-rtracklayer | ||
- bioconductor-s4vectors | ||
- bioconductor-singlecellexperiment | ||
- bioconductor-summarizedexperiment | ||
- r-curl >=1.95 | ||
- r-data.table >=1.12 | ||
- r-jsonlite >=1.6 | ||
- r-matrix >=1.2 | ||
- r-r.utils >=2.8 | ||
- r-readr >=1.3 | ||
- r-rio >=0.5 | ||
- r-stringr >=1.4 | ||
- r-tibble >=2.1 | ||
- r-yaml >=2.2 | ||
|
||
test: | ||
commands: | ||
- $R -e "library('brio')" | ||
commands: | ||
- $R -e "library('brio')" | ||
|
||
about: | ||
home: https://github.com/steinbaugh/brio | ||
dev_url: https://github.com/steinbaugh/brio | ||
home: https://brio.acidgenomics.com/ | ||
dev_url: "{{ github }}" | ||
license: MIT | ||
summary: Biological R input/output. This package is part of the basejump | ||
toolkit. | ||
license_family: MIT | ||
summary: Biological R input/output. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
$R CMD INSTALL --build . |
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{% set version = "0.1.6" %} | ||
{% set github = "https://github.com/acidgenomics/freerange" %} | ||
|
||
package: | ||
name: r-freerange | ||
version: "{{ version }}" | ||
|
||
source: | ||
url: "{{ github }}/archive/v{{ version }}.tar.gz" | ||
sha256: a9161118bc9b82ccc5e3d7556b44d7e654506c3eec20a67a3139c1e5a95b6c62 | ||
|
||
build: | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- r-base | ||
- r-brio >=0.2.0 | ||
- r-goalie >=0.2.16 | ||
- r-syntactic >=0.1.9 | ||
- r-transformer >=0.1.11 | ||
- bioconductor-annotationhub | ||
- bioconductor-biocgenerics | ||
- bioconductor-ensembldb | ||
- bioconductor-genomeinfodb | ||
- bioconductor-genomicfeatures | ||
- bioconductor-genomicranges | ||
- bioconductor-iranges | ||
- bioconductor-s4vectors | ||
- r-dplyr >=0.8 | ||
- r-magrittr >=1.5 | ||
- r-rlang >=0.3 | ||
- r-tibble >=2.1 | ||
|
||
run: | ||
- r-base | ||
- r-brio >=0.2.0 | ||
- r-goalie >=0.2.16 | ||
- r-syntactic >=0.1.9 | ||
- r-transformer >=0.1.11 | ||
- bioconductor-annotationhub | ||
- bioconductor-biocgenerics | ||
- bioconductor-ensembldb | ||
- bioconductor-genomeinfodb | ||
- bioconductor-genomicfeatures | ||
- bioconductor-genomicranges | ||
- bioconductor-iranges | ||
- bioconductor-s4vectors | ||
- r-dplyr >=0.8 | ||
- r-magrittr >=1.5 | ||
- r-rlang >=0.3 | ||
- r-tibble >=2.1 | ||
|
||
test: | ||
commands: | ||
- $R -e "library('freerange')" | ||
|
||
about: | ||
home: https://freerange.acidgenomics.com/ | ||
dev_url: "{{ github }}" | ||
license: MIT | ||
summary: Generate and manipulate genomic ranges. |
Oops, something went wrong.