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

no project_name attribute #1

Open
mgalland opened this issue Nov 30, 2019 · 0 comments
Open

no project_name attribute #1

mgalland opened this issue Nov 30, 2019 · 0 comments

Comments

@mgalland
Copy link

Hello there,

I'd love to use cookiecutter to set up new Snakemake pipeline repositories.

I was giving it a short try and this is what I've obtained the following as an error message:
Error message: 'dict object' has no attribute 'project_name'

Any clue?
Thank you,
Marc

(base) Marco:workspace mgalland$ cookiecutter https://github.com/xguse/cookiecutter-snakemake-analysis-pipeline.git
You've downloaded /Users/MG/.cookiecutters/cookiecutter-snakemake-analysis-pipeline before. Is it okay to delete and re-download it? [yes]: yes
full_name [Gus Dunn]: marc galland
email [[email protected]]: [email protected]
github_username [xguse]: mgalland
github_org []: 
pipeline_name [Cool pipeline name]: test
repo_name [test]: 
pipeline_short_description [Quick reason(s) why this pipeline is cool.]: 
year [2016]: 2019
version [0.0.1]: 
github_url [[email protected]:mgalland/test.git]: 
Unable to create file 'docs/index.rst'
Error message: 'dict object' has no attribute 'project_name'
Context: {
    "cookiecutter": {
        "_template": "https://github.com/xguse/cookiecutter-snakemake-analysis-pipeline.git",
        "email": "[email protected]",
        "full_name": "marc galland",
        "github_org": "",
        "github_url": "[email protected]:mgalland/test.git",
        "github_username": "mgalland",
        "pipeline_name": "test",
        "pipeline_short_description": "Quick reason(s) why this pipeline is cool.",
        "repo_name": "test",
        "version": "0.0.1",
        "year": "2019"
    }
}

This is my version of cookiecutter:
cookiecutter --version Cookiecutter 1.6.0 from /anaconda3/lib/python3.7/site-packages (Python 3.7)

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