Closed Voseck closed 5 months ago
Canu runs by submitting itself to the grid: https://canu.readthedocs.io/en/latest/faq.html#how-do-i-run-canu-on-my-slurm-sge-pbs-lsf-torque-system so the initial job exits as soon as that's done. It's still running on the grid in the background. If you launched it more than once with the same -d though they would collide and cause issues. If that was the case, you'd want to make sure any canu jobs on your cluster are killed, remove the -d folder completely, and run it again. If you only launched it once, it should be running on the grid with the latest log being in canu.out
Thank you for your prompt response. I apologize for my lack of knowledge, but could you please clarify when you mention:
Canu runs by submitting itself to the grid: https://canu.readthedocs.io/en/latest/faq.html#how-do-i-run-canu-on-my-slurm-sge-pbs-lsf-torque-system so the initial job exits as soon as that's done. It's still running on the grid in the background.
Are you implying that if Canu is running, it should be visible in the background of the Cluster? I attempted to verify this by using squeue -u "my user ID", but no running jobs are displayed; it's just blank. Therefore, I assume the job is completed, right?. Even when I use "scontrol show job <214602>", the output appears as follows:
JobId=214602 JobName=canu_CIX4198
UserId=cj.rodriguez12(10325) GroupId=ciencias_biologicas(10101) MCS_label=N/A
Priority=12381 Nice=0 Account=local QOS=normal WCKey=*default
JobState=COMPLETED Reason=None Dependency=(null)
Requeue=1 Restarts=0 BatchFlag=1 Reboot=0 ExitCode=0:0
RunTime=00:00:06 TimeLimit=02:00:00 TimeMin=N/A
SubmitTime=2024-05-04T17:16:30 EligibleTime=2024-05-04T17:17:49
AccrueTime=Unknown
StartTime=2024-05-04T17:17:49 EndTime=2024-05-04T17:17:55 Deadline=N/A
SuspendTime=None SecsPreSuspend=0 LastSchedEval=2024-05-04T17:17:49
Partition=short AllocNode:Sid=nodei-3:2191089
ReqNodeList=(null) ExcNodeList=(null)
NodeList=nodea-6
BatchHost=nodea-6
NumNodes=1 NumCPUs=2 NumTasks=1 CPUs/Task=2 ReqB:S:C:T=0:0:*:*
TRES=cpu=2,mem=8G,node=1,billing=2
Socks/Node=* NtasksPerN:B:S:C=0:0:*:* CoreSpec=*
MinCPUsNode=2 MinMemoryCPU=4G MinTmpDiskNode=0
Features=(null) DelayBoot=00:00:00
OverSubscribe=OK Contiguous=0 Licenses=(null) Network=(null)
Command=/hpcfs/home/ciencias_biologicas/cj.rodriguez12/04_Polish/01_PacbioGenomes/CIX4198-pacbio/canu-scripts/canu.01.sh
WorkDir=/hpcfs/home/ciencias_biologicas/cj.rodriguez12/04_Polish/01_PacbioGenomes/CIX4198-pacbio
StdErr=/hpcfs/home/ciencias_biologicas/cj.rodriguez12/04_Polish/01_PacbioGenomes/CIX4198-pacbio/canu-scripts/canu.01.out
StdIn=/dev/null
StdOut=/hpcfs/home/ciencias_biologicas/cj.rodriguez12/04_Polish/01_PacbioGenomes/CIX4198-pacbio/canu-scripts/canu.01.out
Power=
NtasksPerTRES:0
I did what you suggest, to make sure that any canu jobs in the cluster are killed and to remove the -d folder completely, and run it again. I dit it, and I present the same problem.
Looking forward for your response
The logs from the last submitted job should be in canu.out
, please post that along with the report file.
Idle, no reply.
Hello!
This is my first time using Canu (and posting in Github). I'm currently assembling a bacterial genome employing whole-genome reads from PacBio, therefore, I execute the default code (correction, trimming and assembly). However, I've encountered an issue where no corrected reads are being generated. I've followed the instructions carefully and even tried it with the Canu tutorial using E. coli K12 genome, suspecting a potential error in my execution of the code or a problem with my reads, but I'm still stuck with the same problem. Please help!
This is the script I'm using to run the code:
These are all the files generated by running Canu:
And the report generated upon completing the job:
I'm presenting a similar problem when I run Canu with my PacBio reads. My apologies in advance if this issue has been previously addressed in other posts. Thanks.