Closed davidecarlson closed 1 year ago
Hello hello, It seems that the new version introduced a small checking in the python script but was using the wrong variable for it. Could you try the new branch I created to see if it solves the problem for you?
😄
Thanks for your response!
I can confirm that the sample sheet check is now passing when I use the new branch.
Appreciate the help! Best, Dave
Awesome. I will wrap up the PR so it can be merged.
Merged to dev. I will now close the ticket. Please re-open or create a new one if anything related to it appear.
Description of the bug
In v2.2.0 of the pipeline, the
INPUT_CHECK:SAMPLESHEET_CHECK
step will fail if the sample sheet has more than three fields (i.e., more than just the sample, fastq_1, and fastq_2 fields).The same samplesheet works successfully with v2.1.0. In addition, if I run
cut -d "," -f1,2,3"
to create a samplesheet with only the first 3 fields and use this with v2.2.0, theINPUT_CHECK:SAMPLESHEET_CHECK
step completes successfully.Command used and terminal output
Relevant files
Attaching my .nextflow.log file and the samplesheet.
nextflow.log samplesheet.csv
System information
Nextflow version: 22.10.7.5853 Hardware: HPC Executor: Slurm Container: Singularity OS: Rocky Linux nf/core scrnaseq version: 2.2.0