-
Notifications
You must be signed in to change notification settings - Fork 45

Description
#52 and #56 may be related to this issue.
I'm building the simplest pipeline on AWS (Linux): spades + docker.
The FastQ files are real bacterial datasets, 5Mb, 100X coverage. When I run the pipeline as follows, it always gives integrity_coverage errors regardless of what parameters I supply, and generates no output. I don't know why it's failing or how to work around it. Note: our normal AWS Spades/Docker pipeline works fine with these datasets.
Email: richardcaseyhpc@protonmail.com
nextflow run spades_pipe.nf --fastq "fastq/sample_R{1,2}.*" -profile docker --genomeSize 5 --minCoverage 0
N E X T F L O W ~ version 19.07.0
Launching spades_pipe.nf
[disturbed_mahavira] - revision: 6267a78dba
============================================================
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 : docker
Starting pipeline at Wed Aug 14 19:11:42 UTC 2019
executor > local (8)
[24/294084] process > integrity_coverage_1_1 (sample_R) [100%] 8 of 8, failed: 8 ✔
[- ] process > report_coverage_1_1 -
[- ] process > report_corrupt_1_1 -
[- ] process > trimmomatic_1_2 -
[- ] process > status -
[- ] process > compile_status_buffer -
[- ] process > compile_status -
[- ] process > report -
[- ] process > compile_reports -
Completed at: Wed Aug 14 19:11:51 UTC 2019
Duration : 8.9s
Success : true
Exit status : 0
WARN: The channel create
method is deprecated -- it will be removed in a future release
WARN: The channel create
method is deprecated -- it will be removed in a future release
WARN: The channel create
method is deprecated -- it will be removed in a future release
WARN: The channel create
method is deprecated -- it will be removed in a future release
WARN: The channel create
method is deprecated -- it will be removed in a future release
WARN: Process configuration syntax $processName has been deprecated -- Replace process.$trimmomatic_1_2 = <value>
with a process selector
[eb/6187b2] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (1)
[f3/c9c01d] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (2)
[e6/8a39ef] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (3)
[97/d32042] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (4)
[99/ddd7ec] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (5)
[d6/f2a129] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (6)
[b1/4849d6] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Execution is retried (7)
[24/294084] NOTE: Process integrity_coverage_1_1 (sample_R)
terminated with an error exit status (1) -- Error is ignored