Closed tmattes8 closed 7 months ago
I figured out and fixed the problem. Of course, this always happens just after you get frustrated, give up and then make a public post like this. Looking forward to seeing what the pipeline can do with my data!
Can you please share what the issue was? I'm having the same problem and I know it's a simple fix but not sure what it is.
Thanks!
I figured out and fixed the problem. Of course, this always happens just after you get frustrated, give up and then make a public post like this. Looking forward to seeing what the pipeline can do with my data!
Hi, can you please comment on how you solved this issue? I appreciate your time.
Hi there, I'm having similar problems getting the pipeline to run as previously reported by a different user (issue #14 with the config.ini file). It seems like the config.ini file is being ignored, even though the pipeline output indicates the correct file (with the correct path) is being used. I replaced the default path (/project/j/jparkin/Lab_Databases) with mine (/Shared/lss_tmattes/Metapro) to no avail.
I read about using absolute paths to the config file (which I've done), and include commands to bind directories so the container knows where to look for libraries that are downloaded locally. But the output (shown below) suggests the config.ini file is not being read correctly and the python script defaults to directories from the ParkinsonLab computer, which of course won't work.
A different user figured out how to fix essentially the same problem (issue #14), but it was not detailed in the resolved issue just how the problem was fixed. Please let me know if you have some ideas on how to make the pipeline work for me.
The command string used is shown below, as is the erroneous pipeline output, which quits after trying to read the config file.
commands used:
$ apptainer exec -B /Users/tmattes -B /Shared/lss_tmattes /Shared/lss_tmattes/Metapro/metapro_latest.sif python3 /pipeline/MetaPro.py -c /Shared/lss_tmattes/Metapro/config.ini -1 /Shared/lss_tmattes/34412_S1_L001_R1_001.fastq -2 /Shared/lss_tmattes/34412_S1_L001_R2_001.fastq --verbose_mode leave -o /Shared/lss_tmattes
pipeline output: