harta55/EnTAP

Error code : 12 occurring in the Docker image.

kodai-kishino opened this issue · 0 comments

I am trying to use EnTAP by docker image.

Pull with the following code :
docker image pull plantgenomics/entap:latest

And run.:
docker run -v "/Volumes/kishi_hdd2/240527_annotation/EnTAP/:/Folder" -it "plantgenomics/entap"

The following code was then performed,
EnTAP --config --run-ini /entap_config.ini --entap-ini /entap_run.params
without editing the entap_config.ini file, and entap_run.params

If I do so, I get this error.
"Error code: 12
Incorrect format in config file at line: data-generate=false"

This seems to be the text at line 14 of entap_config.ini

Editing the entap_config.ini is not allowed when using docker images, so why do I get an error if I run it without editing it? Please tell me.