awgymer

Results 92 comments of awgymer

I see. Just ran a quick check and it looks like this issue affects 9 plays across 8 games: ``` > pbp[,.N, by="game_id,play_id"][N>1] game_id play_id N 1: 2000_03_PIT_CLE 2768 2...

Thanks for the speedy reply. Yes, I expected (1) was going to be the solution but I'm clearly too used to letting Django create an automatic `id` field for my...

I am having this issue too and I think it may be due to a firewall on the cluster where it runs (which I am unlikely to be able to...

57 uses of `"nf-core"` in the tools codebase right now. Not all are a problem. ``` git grep -c '"nf-core"' Dockerfile:1 docs/api/_src/conf.py:3 nf_core/__main__.py:1 nf_core/create.py:2 nf_core/lint/files_unchanged.py:1 nf_core/modules/info.py:2 nf_core/modules/lint/__init__.py:1 nf_core/modules/module_utils.py:1 nf_core/modules/modules_command.py:2 nf_core/modules/modules_repo.py:1...

I'm wondering if this could be a driver to centralise path generation which may also ease the completion of https://github.com/nf-core/tools/issues/1703

I need to update the path to the test-data. It currently points to my fork.

@nf-core-bot fix linting

If the desired behaviour is to also remove modules used by the subworkflow then there will need to be logic which can determine if any other subworkflow/workflow independently relies upon...

I think this needs to come with some kind of documented warning, either at runtime, in the docs, or (preferably imo) both. Whilst the platform option does allow you to...

Seems to be a broken template string in the updated CI template ``` if: "{% raw %}${{{% endraw %} github.event_name != 'push' || (github.event_name == 'push' && github.repository == '{{...