lweasel / piquant

A pipeline to assess the quantification of transcripts.

Home Page:http://piquant.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix error message for unknown quantification method

lweasel opened this issue · comments

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.