Closed BigFatPandar closed 2 weeks ago
I might be missing something but I don't see the config file attach. Can you please reattach it? Thanks.
Apologies I tried to reattach the file! nextflow config and job script.txt
The nextflow script finally runs on the SGE server, but it seems to be stuck for a few days now. I will let you know if I fix this issue!
THanks!
Hi and thank you for all your work with this pipeline!
I am having a bit of trouble analyzing my PacBio Kinnex full length 16s rRNA data. The data I received from the sequencing center were already demultiplexed with primers removed. I tried pivoting to the BacBio HifI workflow which uses nextflow. The benefit here being that you can skip the cut-adapter step and the pipeline is recommend for this type of data. However, running this on the cluster has been problematic. The cluster uses SGE and my job_script might be giving problem as this is my first time working on a cluster. The script in question after trying to troubleshoot for the past month (I also attached the nextflow.config file):
Just to provide some more details on issues I have encountered:
Failed to submit process to grid scheduler for execution Command executed: qsub -terse .command.run Command exit status: 1 Command output: Unable to run job: "job" denied: use parallel environments instead of requesting slots explicitly Exiting.
Work dir: /home/ICE/jbeer/pb-16S-nf/work/8d/a94282f9449ce56b8e96a0532739b2
Tip: you can replicate the issue by changing to the process work dir and entering the command bash .command.run
-- Check '.nextflow.log' file for details
====== begin epilog ====== Job finished at 2024-08-27_11:46:07.236063476 (UTC+02) Exit status = 1 ====== end epilog ======
After adding
process.penv = 'smp'
to the nextflow.config file, I got the error:Command wrapper: ====== begin prolog ====== Job name = nf-pb16S_QCfastq(1), Job-ID = 57199, owner = jbeer Workdir = /home/ICE/jbeer/pb-16S-nf/work/f6/aab9e7089e31df3261805845c57d0f PE = smp, slots = 64, queue = bigmem Running on clu-blade14.ice.mpg.de, started at 2024-09-03_13:42:29.519821037 (UTC+02) ====== end prolog ======
/opt/sge/default/spool/clu-blade14/job_scripts/57199: 21: /opt/sge/default/spool/clu-blade14/job_scripts/57199: [[: not found /opt/sge/default/spool/clu-blade14/job_scripts/57199: 30: /opt/sge/default/spool/clu-blade14/job_scripts/57199: Syntax error: redirection unexpected
====== begin epilog ====== Job finished at 2024-09-03_13:42:29.713545426 (UTC+02) Exit status = 2 ====== end epilog ======
Work dir: /home/ICE/jbeer/pb-16S-nf/work/f6/aab9e7089e31df3261805845c57d0f
Tip: you can replicate the issue by changing to the process work dir and entering the command
bash .command.run
-- Check '.nextflow.log' file for details
====== begin epilog ====== Job finished at 2024-09-03_13:49:35.383213442 (UTC+02) Exit status = 1 ====== end epilog ====== "HiFi16SJob.o57198" 267L, 11470C
LagVill_2024-04-23 - 12.48.24.pdf
Any input on what I am doing wrong with the job_script or cluster would be greatly appreciated! Please let me know if you have any advice. I have worked with 16s amplicon data before, but I am fairly inexperienced with PacBio/long read amplicon data analysis.
Kind regards, Johann