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

Which singularity image is used? #18

Open
ManavalanG opened this issue Dec 11, 2019 · 1 comment
Open

Which singularity image is used? #18

ManavalanG opened this issue Dec 11, 2019 · 1 comment

Comments

@ManavalanG
Copy link

What singularity image is used for this pipeline? Repo's readme says this pipeline can be run with singularity, but I don't see singularity: defined anywhere in the pipeline.

@ManavalanG
Copy link
Author

Running a Snakefile without singularity: defined doesn't result in any warning or error. Isn't this a bug?

Snakefile:

rule aa:
    output: 'aa.txt'
    shell: "touch {output}"

Command used and its output:

$ snakemake  --use-singularity
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 1
Rules claiming more threads will be scaled down.
Job counts:
	count	jobs
	1	aa
	1

[Wed Dec 11 13:28:33 2019]
rule aa:
    output: aa.txt
    jobid: 0

[Wed Dec 11 13:28:33 2019]
Finished job 0.
1 of 1 steps (100%) done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant