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` te
0
0
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.

basecalling • 899 views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

my version of singularity is 2.4.6-master.g55b3733,is this the problem ? what is the requirement for version ?

ADD REPLY
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode
executor {
    $local {
        cpus = 12
        memory = "40 GB"
    }
}


basecaller_nf_config.cfg (END)   

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,

ADD REPLY
0
Entering edit mode

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 $ before local 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?

ADD REPLY
0
Entering edit mode

It is having an error getting the parameters. Why not show the config file and the command you are using to run the pipeline?

ADD REPLY

Login before adding your answer.

Traffic: 3377 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6