jdidion / atropos

An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Other
120 stars 15 forks source link

atropos --version exits with stack trace and error status #114

Closed plijnzaad closed 4 years ago

plijnzaad commented 4 years ago

atropos --version seems to prints the correct version string stdout, but also prints out a huge stack trace to stderr and exits with status 1. See attachments. (I hope this is not intended, that would be unconventional)

stdout.txt stderr.txt

jdidion commented 4 years ago

Fixed in develop. The program now exits with return code 0 if the --help or --version arguments are specified, and return code 1 if no arguments are specified or if an argument is missing.