Tools: Allow for numbers in pipeline name

Created on 16 Mar 2020  路  6Comments  路  Source: nf-core/tools

Sometimes is does make sense to have numbers in pipeline names.
i.e. current situation trying to create a sarscov2 or covid19 pipeline.
sarscovtwo or covidnineteen doesn't work as well.
So it could be good to update lint and create to allow for it.

All 6 comments

First should check whether dockerhub can have numbers. I think this is probably why I set it up like that before. It doesn鈥檛 allow hyphens so I suspect that it won鈥檛.

Having said that, it鈥檚 looking increasingly likely that we will ditch dockerhub for DSL2 pipelines, so maybe it doesn鈥檛 matter too much.

Then yeah, should just be a case of adding two characters (\d) to a regex somewhere.

Fixed in part of a bigger PR that I'm about to submit..

Seems like this was fixed so closing. Ping @ewels.

I have basically no memory of this, but sure - looks like I fixed it! 馃槄

Was this page helpful?
0 / 5 - 0 ratings

Related issues

matq007 picture matq007  路  7Comments

ewels picture ewels  路  5Comments

apeltzer picture apeltzer  路  4Comments

jinmingda picture jinmingda  路  4Comments

ewels picture ewels  路  6Comments