Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update version of bioconductor-dupradar
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
pabloaledo committed Jul 12, 2023
1 parent db594d6 commit de34f04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
10 changes: 0 additions & 10 deletions cicd/build_recipes.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/bash

monitor_space(){
while true
do
df -h
sleep 10
done
}

setup_conda(){
echo -e "\e[34m Setup conda \e[0m"
(
Expand All @@ -30,8 +22,6 @@ build_recipe(){
(cd "recipes/$1"; ~/anaconda3/bin/conda build .)
}


monitor_space &
[ -e ~/anaconda3 ] || setup_conda

git diff --name-only HEAD^ HEAD | grep '^recipes/' | cut -d/ -f2 | sort | uniq | while read line
Expand Down
1 change: 1 addition & 0 deletions recipes/bioconductor-biocgenerics/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ extra:
identifiers:
- biotools:biocgenerics


5 changes: 3 additions & 2 deletions recipes/bioconductor-dupradar/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.24.0" %}
{% set version = "1.30.0" %}
{% set name = "dupRadar" %}
{% set bioc = "3.14" %}

Expand All @@ -10,7 +10,8 @@ source:
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ 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: ce448594bfe36f7d2f96e35be3b56da8
- 'https://bioconductor.org/packages/release/bioc/src/contrib/dupRadar_1.30.0.tar.gz'
md5: 25020f4fc2033e3cb25d8fbc428219a6
build:
number: 0
rpaths:
Expand Down

0 comments on commit de34f04

Please sign in to comment.