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
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)
The text was updated successfully, but these errors were encountered:
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
This is my version of cookiecutter:
cookiecutter --version Cookiecutter 1.6.0 from /anaconda3/lib/python3.7/site-packages (Python 3.7)
The text was updated successfully, but these errors were encountered: