Closed myorick closed 1 year ago
Hello, thank you for reporting this issue. It is caused by using the '--report_detailed' parameter. We will release an updated version of the workflow shortly which removes this parameter as an option, but in the meantime you should be able to generate a report by omitting '--report_detailed' from your Nextflow command.
What happened?
Hello! Can someone please help?
I'm writing to ask for some help in generating the final reports. I have a library composed of 24 Native barcoded samples. the demultiplexed samples were submitted to nextflow wf-Artic v0.3.25-g77cdcbe.
the code I was running is : nextflow run epi2me-labs/wf-artic --fastq /Users/rick/covid_analysis/barcoded --scheme_version ARTIC/V4.1 --sample_sheet /Users/rick/covid_analysis/sample_sheet.csv --out_dir /Users/rick/covid_analysis/Nextflow_out --artic_threads 4 --pangolin_threads 4 --report_detailed --disable_ping
At the end when it generates the report, there is a error, saying: Traceback (most recent call last) File "/Users/rick/.nextflow/assets/epi2me-labs/wf-artic/bin/workflow-glue", line 7, in
cli()
File "/Users/rick/.nextflow/assets/epi2me-labs/wf-artic/bin/workflow_glue/init.py", line 62, in cli
args.func(args)
File "/Users/rick/.nextflow/assets/epi2me-labs/wf-artic/bin/workflow_glue/report.py", line 98, in main
with open(args.telemetry) as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType:
Operating System
macOS
Workflow Execution
EPI2ME Labs desktop application
Workflow Execution - EPI2ME Labs Versions
23.04.1
Workflow Execution - CLI Execution Profile
Docker
Workflow Version
v0.3.25-g77cdcbe
Relevant log output