biocorecrg/master_of_pores

fastqc not found Nanopreprocess

samir-watson opened this issue · 9 comments

Hi,

I am getting the following error when I try run NanoPreprocess:
.command.sh: line 2: fastqc: command not found
image

I have fastqc installed in the conda environment Im working with so im not sure what could be the problem.

Thanks

Hi, we don't recommend using master of pores without containers. You can use singularity with -with-singularity

Hi,
I tried to run it without conda and just using singularity but I keep getting the same error. It seems there may be an issue with the singularity. I'll keep you updated if I get it to work. Do you have any suggestions on things to try to resolve this?

This is quite strange. Can you verify if the singularity image is there and you can run it?

I cannot see sorry :(

PS: which version of singularity are you using?

It looks like is working (you should use fastqc -h or it will try to open a graphical pop up. We however use version 3.2.1 since the newer had some strange behavior.

Hi, can we consider closed this issue?