fhcrc / seqmagick

An imagemagick-like frontend to Biopython SeqIO
http://seqmagick.readthedocs.org
GNU General Public License v3.0
113 stars 22 forks source link

seqmagick with no params gives "KeyError:None" #77

Closed tseemann closed 4 years ago

tseemann commented 6 years ago

Perhaps show the help instead?

~$ seqmagick

Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/bin/seqmagick", line 11, in <module>
    load_entry_point('seqmagick==0.7.0', 'console_scripts', 'seqmagick')()
  File "/home/linuxbrew/.linuxbrew/opt/python/lib/python3.6/site-packages/seqmagick/scripts/cli.py", line 12, in main
    action, arguments = parse_arguments(argv)
  File "/home/linuxbrew/.linuxbrew/opt/python/lib/python3.6/site-packages/seqmagick/scripts/cli.py", line 71, in parse_arguments
    return actions[action], arguments
KeyError: None