You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @random-annoym, could you share an example of your samplesheet and toolsheet?
I think the error happens because you have empty header fields. If you do not want to provide an optional column, you can just leave it out, but not use the comma
e.g. id,fasta,
will give an error,
id,fasta
will not :)
Let me know if that works and if I can help any further.
Description of the bug
While running the workflow I got the following error.
ERROR ~ Empty header columns are not allowed in CSV file
Command used and terminal output
nextflow run nf-core/multiplesequencealign --input samplesheet.csv --tools toolsheet.csv --outdir '/u1/kha060/sampleworkflowoutputs' -profile docker
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: