birgorg / birg

Bioconda Recipe Generator (BiRG) is an heuristic approach to automatically generating recipes for Bioconda
MIT License
0 stars 0 forks source link

Init: input validation #167

Closed Hogfeldt closed 4 years ago

Hogfeldt commented 4 years ago

When using the bioconda-recipe-gen init command there is currently no input validation, therefore if given an unvalid url og an url which creates a non 200 response, the program crashes without any message to the user other than the error from urllib, which sometimes can be cryptic.

JesperBrink commented 4 years ago

Resolved in #174