Closed davidbante closed 1 year ago
Thanks for this @davidbante,
I think this is due to having a mixture of sample names that are integers and strings e.g 40944667
and G37-3_140223
- Pandas is reporting that this is resulting in a column with mixed data types.
We'll fix this, but in the meantime please add something to the integer sample names like sample_40944667
and see if that solves your problem.
Thanks
Matt
Hi Matt,
It used to also work with mixed integer and string sample names in the past. Now, all string sample names work. Thanks for your help!
David
Thanks @davidbante,
We'll fix! Thanks again... I'll close for now
What happened?
When providing a sample_sheet to wf-artic,
pipeline:report
terminates with an error. All files are nonetheless written to the output directory as expected, except for the HTML report. After omitting the sample_sheet, the workflow finishes just fine.Initially I thought it might be related to issue #79 , but the error still persists.
Command:
nextflow run epi2me-labs/wf-artic --fastq 01_minknowguppy6.4.6_fastq/fastq_pass/ --scheme_version Midnight-ONT/V3 --out_dir 02_artic-out --artic_threads 12 --pangolin_threads 12 --update_data -c ~/seqresults/nextflow_config.cfg --sample_sheet ../sc2_samplesheets/20230508_samplesheet.csv
For more: 20230531_nextflow_samplesheet_fail.txt
Operating System
ubuntu 20.04
Workflow Execution
Command line
Workflow Execution - EPI2ME Labs Versions
No response
Workflow Execution - CLI Execution Profile
Docker
Workflow Version
v0.3.28-g428300f
Relevant log output