-
Notifications
You must be signed in to change notification settings - Fork 1
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
Instructions for local install? #8
Comments
Thanks for opening this issue! There seems to be something going on with the "Command executed:" section in the error message. Specifically here:
where "null" should reflect the reads variable from L48-L49 in wgbs.nf
I suspect the issue here is that we need to create a new |
As an aside to this issue, I just wanted to point out that during a typical pipeline run it is not necessary to have an open internet connection. If your intention is to submit to a queuing system, for example, which perhaps sends the job to another node where there is no internet connection, it should be enough to have already pulled the pipeline normally from the login node. You will get a local copy of the pipeline in Is that relevant for your use case at all? |
Thanks for looking into this. It is much appreciated!
Gah! Yes! Sorry for not including that!! Here's what the modified
Yeah, we'd be running on a high performance computing cluster (uses SLURM job manager). Was just trying to confirm that the install and using Singularity on the computing nodes would work properly. Figured troubleshooting would be easier if test ran successfully. |
In this new test.config file for running offline, it looks like you've lost the nested tuples in both So for example this:
should be changed to this:
|
By the way, I am very happy to assist you in writing a configuration profile for running your nextflow pipelines with SLURM. Nextflow is able to integrate very nicely with such resource management software, where it can automatically submit each process as a job in your queue system for example. Please feel free to post a new issue requesting help with this and I will try to tailor it for your system as best as I can! |
I'm trying to run the pipeline test via the Singularity image on our university's computing cluster, which doesn't have internet access when executing jobs.
I've downloaded all the of the input files listed in
test.config
. I've also downloaded the Singularity image (singularity pull docker://epidiverse/wgbs:1.0
) and changed thenextflow.config
file to specify the Singularity image location, like so:That seemed like that should be all that was needed, but when I execute the test command (
NXF_VER=20.07.1 /gscratch/srlab/programs/nextflow-21.10.6-all run /gscratch/srlab/sam/analyses/20220710-olu-epidiverse_wgbs-test/wgbs-1.0 -profile test,singularity
), it fails with this error:When I look at the Cutadapt log file, this is what is shown:
Did I miss something that needs to be setup for a local install to run properly?
The text was updated successfully, but these errors were encountered: