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

Issues with samplesheet.csv as well as additional columns in the samplesheet #303

Closed
SethMagnusJarvis opened this issue Feb 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@SethMagnusJarvis
Copy link

Description of the bug

I tried running the pipeline using the samplesheet and it gave me an error complaining about the number of column names. This disappeared when I remove the sample columns.

According to this post on slack, this apparently shouldn't be an issue "https://nfcore.slack.com/archives/CHN5BV5DW/p1679325616556869"

Either way, the samplesheet should probably be edited so it works.

Command used and terminal output

nextflow run nf-core/scrnaseq --input ./samplesheet.csv --outdir /rds/general/user/user/home/test_results/scrna --genome GRCh38 -profile imperial, standard --aligner cellranger

Relevant files

No response

System information

No response

@SethMagnusJarvis SethMagnusJarvis added the bug Something isn't working label Feb 8, 2024
@muharif
Copy link

muharif commented Feb 12, 2024

Hi Seth, I am experiencing the same problem. How did you solve it? I tried to remove the sample column, but it is still showing the same error.

Thanks!

@SethMagnusJarvis
Copy link
Author

@muharif The sample sheet had 5 columns, I had to remove everything that wasn't sample,fastq_1,fastq_2. I haven't got the pipeline working, but the error changed so I think it resolved it.

@grst
Copy link
Member

grst commented Mar 7, 2024

Hi,

this issue should be fixed in the development version.
You can give it a try with nextflow run ... -r dev. If it doesn't work, please let me know!

@grst grst closed this as completed Mar 13, 2024
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

3 participants