tools icon indicating copy to clipboard operation
tools copied to clipboard

[Custom Template] Collection of open points

Open apeltzer opened this issue 3 years ago • 3 comments

Description of feature

Hi - especially @ErikDanielsson who worked on this

I've given nf-core@dev another try and found most of the template stuff now nicely configurable. What is currently still created is the Github stuff, which could also be something to ditch (on a configurable basis).

.github/ISSUE_TEMPLATE is only useful if one really hosts on Github

apeltzer avatar Jul 15 '22 12:07 apeltzer

Another thing, when linting, it complains about some files not being there (which are typically not really required if you're not intending to have them in nf-core):

image

apeltzer avatar Jul 15 '22 13:07 apeltzer

Then we should add an option to skip GitHub stuff altogether, which should be rather straightforward to do.

Regarding linting issue: Fixing this would require us to add all these files to the file_exists section of the .nf-core.yaml. Do you think it would be best to add this by default, or would it be better to be able to configure it (perhaps with the option for skipping all GitHub stuff)?

ErikDanielsson avatar Jul 19 '22 07:07 ErikDanielsson

I think the latter would be best

apeltzer avatar Jul 19 '22 11:07 apeltzer