Skip to content

Commit

Permalink
build: Try to use local files
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 18, 2024
1 parent d406ec8 commit 4608328
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ context:
bioc: 3.18

package:
name: bioconductor-${{ name|lower }}
name: bioinfoorphanage-${{ name|lower }}
version: ${{ version }}

source:
url:
- https://bioconductor.org/packages/${{ bioc }}/bioc/src/contrib/${{ name }}_${{ version }}.tar.gz
- https://bioconductor.org/packages/${{ bioc }}/bioc/src/contrib/Archive/${{ name }}/${{ name }}_${{ version }}.tar.gz
- https://bioarchive.galaxyproject.org/${{ name }}_${{ version }}.tar.gz
- https://depot.galaxyproject.org/software/bioconductor-${{ name|lower }}/bioconductor-${{ name|lower }}_${{ version }}_src_all.tar.gz
md5: 0b1077948ddc9895c57188ca2560bc10
path: ..

build:
number: 1
Expand Down Expand Up @@ -68,4 +63,3 @@ extra:
- linux-aarch64
identifiers:
- biotools:${{ name|lower }}

0 comments on commit 4608328

Please sign in to comment.