nf-core / tools

Python package with helper tools for the nf-core community.
https://nf-co.re
MIT License
241 stars 190 forks source link

nf-core/tools download error #3111

Closed apeltzer closed 2 months ago

apeltzer commented 2 months ago

Description of the bug

 File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/nf_core/pipelines/create/__init__.py", line 75, in PipelineCreateApp
    template_features_yml = utils.load_features_yaml()
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/nf_core/pipelines/create/utils.py", line 254, in load_features_yaml
    with open(features_yml_path) as fh:
         ^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/nf_core/pipelines/create/templatefeatures.yml'

Command used and terminal output

https://github.com/nf-core/demultiplex/actions/runs/10372052243/job/28713825503?pr=247

System information

GHA

grst commented 2 months ago

Very same issue in scrnaseq: https://github.com/nf-core/scrnaseq/actions/runs/10371768656/job/28712845526?pr=356

grst commented 2 months ago

Might be caused by https://github.com/nf-core/tools/pull/3108 by @mirpedrol (?)

apeltzer commented 2 months ago

Looks like it :-(

apeltzer commented 2 months ago

@adamrtalbot reported the same on slack

apeltzer commented 2 months ago

Fixed in #3112