Container image for the use of RNA-SeQC in FH DaSL's WILDS
2.3K
This directory contains Docker images for RNA-SeQC, a tool for quality control metrics on RNA-sequencing data.
latest ( Dockerfile | Vulnerability Report )2.4.2 ( Dockerfile | Vulnerability Report )These Docker images are built from Ubuntu (24.04) and include:
The images are designed to be minimal and focused on a specific version of RNA-SeQC with its dependencies.
docker pull getwilds/rnaseqc:latest
# or
docker pull getwilds/rnaseqc:2.4.2
# Alternatively, pull from GitHub Container Registry
docker pull ghcr.io/getwilds/rnaseqc:latest
apptainer pull docker://getwilds/rnaseqc:latest
# or
apptainer pull docker://getwilds/rnaseqc:2.4.2
# Alternatively, pull from GitHub Container Registry
apptainer pull docker://ghcr.io/getwilds/rnaseqc:latest
# Docker
docker run --rm -v /path/to/data:/data getwilds/rnaseqc:latest rnaseqc \
/data/genes.gtf \
/data/aligned.bam \
/data/output_directory \
--sample=sample_name
# Apptainer
apptainer run --bind /path/to/data:/data docker://getwilds/rnaseqc:latest rnaseqc \
/data/genes.gtf \
/data/aligned.bam \
/data/output_directory \
--sample=sample_name
# Apptainer (local SIF file)
apptainer run --bind /path/to/data:/data rnaseqc_latest.sif rnaseqc \
/data/genes.gtf \
/data/aligned.bam \
/data/output_directory \
--sample=sample_name
The RNA-SeQC Docker images include:
These images are regularly scanned for vulnerabilities using Docker Scout. However, due to the nature of bioinformatics software and their dependencies, some Docker images may contain components with known vulnerabilities (CVEs).
Use at your own risk: While we strive to minimize security issues, these images are primarily designed for research and analytical workflows in controlled environments.
For the latest security information about this image, please check the CVEs_*.md files in this directory, which are automatically updated through our GitHub Actions workflow. If a particular vulnerability is of concern, please file an issue in the GitHub repo citing which CVE you would like to be addressed.
The Dockerfile follows these main steps:
These Dockerfiles are maintained in the WILDS Docker Library repository.
Content type
Image
Digest
sha256:c94a573d2…
Size
325.3 MB
Last updated
12 months ago
docker pull getwilds/rnaseqc