File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
has_RUnit : ' false'
41
41
cache-version : ' cache-v1'
42
42
run_docker : ' false'
43
- use_latest_bioc_release : ' true ' # # Otherwise bioc-devel will be used.
43
+ use_latest_bioc_release : ' false ' # # Otherwise bioc-devel will be used.
44
44
45
45
jobs :
46
46
bioc-config :
61
61
biocminor=$(echo "$biocversion" | cut -c 3-4)
62
62
bioccont=$(echo "bioconductor/bioconductor_docker:RELEASE_${biocmajor}_${biocminor}")
63
63
else
64
- ## In this case we assume that you want to use the devel version
64
+ ## In this case we assume that you want to use the bioc- devel version
65
65
echo "Finding the latest BioC devel version and the corresponding R version"
66
66
biocversion=$(echo "$bioc" | grep "devel_version: " | grep -Eo "[0-9]{1}\.[0-9]{2}")
67
67
rversion=$(echo "$bioc" | grep "r_version_associated_with_devel: " | grep -Eo "[0-9]{1}\.[0-9]{1}")
You can’t perform that action at this time.
0 commit comments