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
...
Error executing process > 'CHECK_DESIGN (design.csv)'
Caused by:
Process `CHECK_DESIGN (design.csv)` terminated with an error exit status (1)
Command executed:
check_design.py design.csv design_reads.csv
Command exit status:
1
Command output:
ERROR: Please check design file header: group,replicate,fastq_1,fastq_2 != group,replicate,fastq_1,fastq_2
Command wrapper:
singularity/default :: no need to load a module to use singularity
ERROR: Please check design file header: group,replicate,fastq_1,fastq_2 != group,replicate,fastq_1,fastq_2
============================================
Job resource usage summary
Memory (GB) NCPUs
Requested : 6 1
Used : 0 (peak) 0.50 (ave)
============================================
Work dir:
/rds/general/user/bms20/ephemeral/tmp/b8/e3357840d49b488c3f691f8db4592d
Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named `.command.sh`
Solution
The design.csv file MUST be in plain csv format, not UTF-8 encoded, which is the default in Excel.
See attached screenshot of how to save as correct format.
The text was updated successfully, but these errors were encountered:
Hi @bschilder ! Thanks for reporting and apologies for the delay in responding! We are about to release a much updated version of the pipeline that has been completely refactored to be written in Nextflow DSL2.
I believe this should be fixed now because I added the encoding below to the nf-core pipeline template that has now been incorporated in this pipeline too:
Reposting here from the nf-core Slack for posterity. Thanks for @drpatelh for figuring this out!
Problem
nextflow/atacseq pipeline does not recognize the design.csv file, even though it follows the structure indicated here.
The example bash script below follows a modified version of the command shown here.
Bash script
Error output
Solution
The design.csv file MUST be in plain csv format, not UTF-8 encoded, which is the default in Excel.
See attached screenshot of how to save as correct format.
The text was updated successfully, but these errors were encountered: