Skip to content

Errors with spades #233

Description

@drpturner

Apologies in advance if this is obvious..I am new!

I am using flowcraft via WSL2 (Ubuntu 20.04; singularity 2.5.2; i7 10th gen laptop with 16Gb RAM). Following the issues already noted, I downgraded nextflow to 18.10.1 and my pipeline comprising trimmomatic, fastqc, and skesa works fine. However, whatever I do, I cannot get spades to work (despite same version working fine outside of flowcraft): I get the following fail code every time.

Same issue when using a Windows workstation (same set-up, i7 7th gen with 64Gb RAM). Any suggestions on how to proceed...

(flowcraft) pault@POS-COMRU-NB04:/mnt/d/wgs/test2$ nextflow run pt2.nf --fastq "/mnt/d/wgs/fastq/_{1,2}."
N E X T F L O W ~ version 18.10.1
Launching pt2.nf [loving_woese] - revision: 44064f23ef

============================================================
F L O W C R A F T

Built using flowcraft v1.4.1

Input FastQ : 2
Input samples : 1
Reports are found in : ./reports
Results are found in : ./results
Profile : standard

Starting pipeline at Wed Sep 16 10:31:09 ICT 2020

[warm up] executor > local
WARN: Process configuration syntax $processName has been deprecated -- Replace process.$spades_1_2 = <value> with a process selector
[e6/ea457a] Submitted process > integrity_coverage_1_1 (29396_1#116)
[9f/746d95] Submitted process > status (29396_1#116)
[b5/3231e8] Submitted process > report_coverage_1_1
[97/6a649e] Submitted process > report (29396_1#116)
[a9/8acfda] Submitted process > spades_1_2 (29396_1#116)
[a9/8acfda] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (1)
[ba/e39263] Re-submitted process > spades_1_2 (29396_1#116)
[ba/e39263] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (2)
[77/68e9fe] Re-submitted process > spades_1_2 (29396_1#116)
[77/68e9fe] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (3)
[b7/5b334a] Re-submitted process > spades_1_2 (29396_1#116)
[b7/5b334a] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (4)
[6c/80b84f] Re-submitted process > spades_1_2 (29396_1#116)
[6c/80b84f] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (5)
[9b/e859a3] Re-submitted process > spades_1_2 (29396_1#116)
[9b/e859a3] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (6)
[6d/00578c] Re-submitted process > spades_1_2 (29396_1#116)
[6d/00578c] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Execution is retried (7)
[e3/029556] Re-submitted process > spades_1_2 (29396_1#116)
[e3/029556] NOTE: Process spades_1_2 (29396_1#116) terminated with an error exit status (1) -- Error is ignored
[64/f0eabb] Submitted process > compile_status_buffer (1)
[7a/21accc] Submitted process > compile_reports (1)
[b2/1f8c8f] Submitted process > compile_status
Completed at: Wed Sep 16 10:33:04 ICT 2020
Duration : 1m 55s
Success : true
Exit status : 0

.nextflow.log
.command.log

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions