Hi,
I am trying to run CIRIquant using the official biocontainer image:
quay.io/biocontainers/ciriquant:1.1.3--pyhdfd78af_0
I am using the Docker image because I do not have permission to manually install software and dependencies on my university HPC system.
Command used:
docker run -v /storage/st326d:/storage/st326d \
quay.io/biocontainers/ciriquant:1.1.3--pyhdfd78af_0 \
CIRIquant \
-t 16 \
-1 /path_to_file/SRR9623676_1_val_1.fq.gz \
-2 /path_to_file/SRR9623676_2_val_2.fq.gz \
--config /path_to_file/config.yml \
-o /path_to_file/ciriquant/ \
-p SRR9623676 \
--circ SRR9623676_ciri.tsv \
--tool CIRI2
However, I get the following error:
CIRIquant.utils.ConfigError: Tool: java need to be specified
I expected the container image to already include Java and related dependencies.
Questions:
- Does the config.yml still require explicit paths to tools even when using the official Docker image?
- If yes, what should be the correct Java path inside the container?
- Is there an example config.yml specifically for Docker/biocontainer usage?
Thank you.
Hi,
I am trying to run CIRIquant using the official biocontainer image:
quay.io/biocontainers/ciriquant:1.1.3--pyhdfd78af_0I am using the Docker image because I do not have permission to manually install software and dependencies on my university HPC system.
Command used:
However, I get the following error:
I expected the container image to already include Java and related dependencies.
Questions:
Thank you.