Skip to content

Commit

Permalink
update version and container image
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Aug 21, 2024
1 parent 1bbebbb commit c407a88
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/qualimap/qualimap_rnaseq/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,11 @@ test_resources:

engines:
- type: docker
image: ubuntu:22.04
image: quay.io/biocontainers/qualimap:2.3--hdfd78af_0
setup:
- type: apt
packages: [ r-base, unzip, wget, openjdk-8-jdk, libxml2-dev, libcurl4-openssl-dev ]
- type: docker
run: |
wget https://bitbucket.org/kokonech/qualimap/downloads/qualimap_v2.3.zip && \
unzip qualimap_v2.3.zip && \
cp -a qualimap_v2.3/. usr/bin && \
unset DISPLAY && \
mkdir -p tmp && \
export _JAVA_OPTIONS=-Djava.io.tmpdir=./tmp && \
echo "qualimap: v2.3" > /var/software_versions.txt
- type: r
bioc: [ NOISeqr ]
cran: [ optparse ]
echo QualiMap: $(qualimap 2>&1 | grep QualiMap | sed 's/^.*QualiMap//')
runners:
- type: executable
- type: nextflow

0 comments on commit c407a88

Please sign in to comment.