Skip to content

Commit

Permalink
Fix recipe names for Bioconductor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioCentorame committed Oct 23, 2024
1 parent e1749a1 commit 9394d20
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions recipes/r-locuszoomr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,42 +24,42 @@ build:
requirements:
host:
- r-base
- r-annotationfilter
- r-biocgenerics
- r-genomeinfodb
- r-genomicranges
- r-iranges
- bioconductor-annotationfilter
- bioconductor-biocgenerics
- bioconductor-genomeinfodb
- bioconductor-genomicranges
- bioconductor-iranges
- r-ldlinkr
- r-cowplot
- r-dplyr
- r-ensembldb
- bioconductor-ensembldb
- r-gggrid
- r-ggplot2
- r-ggrepel
- r-memoise
- r-plotly
- r-rlang
- r-rtracklayer
- bioconductor-rtracklayer
- r-zoo

run:
- r-base
- r-annotationfilter
- r-biocgenerics
- r-genomeinfodb
- r-genomicranges
- r-iranges
- bioconductor-annotationfilter
- bioconductor-biocgenerics
- bioconductor-genomeinfodb
- bioconductor-genomicranges
- bioconductor-iranges
- r-ldlinkr
- r-cowplot
- r-dplyr
- r-ensembldb
- bioconductor-ensembldb
- r-gggrid
- r-ggplot2
- r-ggrepel
- r-memoise
- r-plotly
- r-rlang
- r-rtracklayer
- bioconductor-rtracklayer
- r-zoo

test:
Expand Down

0 comments on commit 9394d20

Please sign in to comment.