-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR ~ Error executing process > 'makeTargetSeqLookup (1)' #11
Comments
If this is the same command not found error it is probably not running inside a container. Unfortunately we havent worked much on easy-to-use singularity automation, but in principle it would use the same container as for docker. You'd have to make singularity pull a docker container (it will automatically convert it). Our HPC is called UPPMAX, also runs singularity and we have a specific config profile for it (in IIRC we manually pulled the singularity container before running the pipeline. Something like the below, but you'd still have to make sure singularity can find it (correct path to dir), since the pulled container location is not specified in the pipeline. I cant remember exactly but I think there was some kind of cache for singularity where it stores its containers. Maybe it remembers the location from pulling. |
Now I get the following error. Caused by: Command executed: sbatch .command.run Command exit status: Command output: Work dir: Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named -- Check '.nextflow.log' file for details |
@javanOkendo An alternative is to use miniconda to download and install all required softwares. There are two conda environment files in the folder envs/. |
The error implies some issue with SLURM, I don't know how the HPC is setup but it seems to refuse the |
@yafeng , @glormph and @husensofteng I am getting the following error. I have followed the instruction on your README and when I run the job it fails. I am working on the with the LFQ raw files.
ERROR ~ Error executing process > 'makeTargetSeqLookup (1)'
The text was updated successfully, but these errors were encountered: