lweasel / piquant

A pipeline to assess the quantification of transcripts.
http://piquant.readthedocs.org/en/latest/
MIT License
19 stars 4 forks source link

Fix error message for unknown quantification method #30

Closed lweasel closed 10 years ago

lweasel commented 10 years ago

e.g. running:

python piquant.py prepare_quant_dirs --params-file=output/params.par --quant-method=SomeMethodOrOther

gives:

Exiting. ('SomeMethodOrOther') raised KeyError('SomeMethodOrOther',)

Not very informative.