Open r-ovo-hm opened 2 months ago
Hey, it is hard to say from the info could you share the input cmd and would you mind sharing the nextflow.log
file. We have also released a new version v1.5.0 so you could try that. You are right the workflow should still run to completion even though it failed
Hi, I have been using the desktop app, so no input command from the user interface. Not sure if this is what you need, but here is the "nextflow intput" that I get from the report: /Applications/EPI2ME.app/Contents/Resources/nextflow-all -log /Users/minionadmin/epi2melabs/instances/wf-clone-validation_01J7E6YDSN2B00VRPQP54NC3Z8/nextflow.log run /Users/minionadmin/epi2melabs/workflows/epi2me-labs/wf-clone-validation/main.nf -params-file /Users/minionadmin/epi2melabs/instances/wf-clone-validation_01J7E6YDSN2B00VRPQP54NC3Z8/params.json -w /Users/minionadmin/epi2melabs/instances/wf-clone-validation_01J7E6YDSN2B00VRPQP54NC3Z8/work -ansi-log false -offline -profile standard -with-weblog 'http://localhost:53529' -resume -name floored_griffiths
(Note that the last part "-resume -name floored_griffiths" corresponds to an attempt to rerun the initial workflow "keen_perlman" that led to the same error)
since then I have run the same workflow, this time using a fasta file as a reference and the worflow failed as well (returning the same error)
From the log files, it looks to my uneducated eye like the medaka model dna_r10.4.1_e8.2_400bps_fast@v4.3.0 is missing (?) I did not get this error when running the demo data.
Please find enclosed the nextflow.log file, I'll try to update the workflow and see if this changes the outcome.
Update: I tried to process the same data with the updated workflow, and this resulted in the same outcome.
Were you able to get this resovled?
Hi @cosmohodge, I found a "dirty" workaround that allowed me to proceed with the analysis, but the core issue is not solved. My workaround was to specify wf-clone-validation/test_data/test_medaka_model.tar.gz as the optional --medaka_model_path argument.
Interesting, this workflow was updated 5 days ago in the test_data, updated medaka version.
Hi, sorry for this, correct we need to update the models - Will let you know once its done.
Hi, we are not supporting fast and would encourage the use of HAC or SUP
Operating System
macOS
Other Linux
No response
Workflow Version
v1.4.0
Workflow Execution
EPI2ME Desktop (Local)
Other workflow execution
No response
EPI2ME Version
v5.1.14
CLI command run
No response
Workflow Execution - CLI Execution Profile
None
What happened?
Workflow wf-clone-validation stopped with error while executing process 'pipeline:medakaPolishAssembly (1)' From my understanding, it looks like some files are missing from the workflow package (?) I would have expected the workflow to go forward to the production of a alignment report, I am able to localize a fasta file though, although I'm not sure if it's a final assembly result or not
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
yes
Other demo data information
No response