Entering edit mode
6 weeks ago
nanopore long sequencing DNA data data basecalling using EPI2ME ,NEXTFLOW and singualrity in cluster env have error : ERROR ~ Error executing process > 'getParams' Caused by: Process getParams
, what is that mean?and how to solve this.
Do you know if
singularity
is working properly on your cluster? This is likely not the only error. There may be some other issues. You can post the entire log on a site such as pastebin.com and provide that link.my version of singularity is 2.4.6-master.g55b3733,is this the problem ? what is the requirement for version ?
This sounds like an error before the processes are even launched. Could be anything from a syntax error to container error and more. Can you provide any relevant parts of the
.nextflow.log
?This is my config file ,but in the error massage i see two config file :
/home/m/.nextflow/assets/epi2me-labs/wf-basecalling/nextflow.config, /fast/A/R/dimeloseqrun/basecaller_nf_config.cfg,
This was not the file I suggested. The
.nextflow.log
file shows the logging for the run. It's usually hidden because of the.
at the start of the file name. Regardless, the$
beforelocal
looks like a syntax error to me. Unless this is a different variable already set previously.Did you write an additional config file? epi2me-labs provide a default one that loads the required parameters with their profiles. I don't know if loading an additional one can cause a clash. What command are you using to run the pipeline?
It is having an error getting the parameters. Why not show the config file and the command you are using to run the pipeline?