Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR ~ Empty header columns are not allowed in CSV file #181

Closed
random-annoym opened this issue Dec 12, 2024 · 2 comments
Closed

ERROR ~ Empty header columns are not allowed in CSV file #181

random-annoym opened this issue Dec 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@random-annoym
Copy link

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

@random-annoym random-annoym added the bug Something isn't working label Dec 12, 2024
@luisas
Copy link
Collaborator

luisas commented Dec 18, 2024

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.

@luisas
Copy link
Collaborator

luisas commented Jan 24, 2025

I will close this now, in case there were more doubts I am happy to discuss :)

@luisas luisas closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants