unipept / unipept-cli

Unipept command line interface
http://unipept.ugent.be
MIT License
5 stars 2 forks source link

Properly initialize "link" parameter for `taxa2tree` command #183

Open pverscha opened 1 month ago

pverscha commented 1 month ago

The taxa2tree command was consistently failing because it tried to perform POST requests with an uninitialized parameter link. This PR always initializes the parameter to false and updates it when necessary, essentially fixing this problem.