genome-nexus / genome-nexus-annotation-pipeline

Library and tool for annotating MAF files using Genome Nexus Webserver API
MIT License
8 stars 27 forks source link

Fix redundant exception and help prints #217

Closed ozguzMete closed 2 years ago

ozguzMete commented 2 years ago

With the addition of subcommands and throwing an exception when no subcommand is found, I started to see some redundant exception prints. Throw causes redundant help prints too.

This pull request fixes the issue