-
Notifications
You must be signed in to change notification settings - Fork 150
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
Problem with samplesheet #348
Comments
This does not seem to be problem with your sampleheet, from your log:
This suggest to me that that your docker installation is not correctly mounting the host file system or a similar issue and thus, nextflow can not find |
Dear Jose, You are right, it seems there is a problem with Docker since the pipeline works well using "singularity". I think singularity offers several advantages compared to Docker in certain use cases. For e.g. singularity enables direct interaction with the host operating system, allowing users to access hardware resources and run applications with minimal performance overhead. This feature is particularly advantageous in high-performance computing (HPC) environments where tight integration with the underlying system is crucial. |
Since it worked I will close the issue now. Let us know if you have any further questions. |
Hello,
I am trying to run the workflow using the following command:
nextflow run nf-core/chipseq --input samplesheet_with_rep.csv --outdir nf-results-rep/ --genome mm10 --read_length 50 -profile docker
I got this error:
My samplesheet:
My nextflow log file is attached below.
It seems that the pipeline is halted at samplesheet validation. Based on this issue I modified the samples but no luck!
Any help would be much appreciated!
nextflow.log
The text was updated successfully, but these errors were encountered: