cbielow / PTXQC

A Quality Control (QC) pipeline for Proteomics (PTX) results generated by MaxQuant
Other
42 stars 25 forks source link

Error in createReport(PATH_TO_TXT, YAML_CONFIG) : object 'top5' not found #5

Closed jenzopr closed 8 years ago

jenzopr commented 8 years ago

Hi! There were two wrong references to the top5 object in the main createReport() function. I replaced both references by cont.top5.names.

Best, Jens

cbielow commented 8 years ago

Looks good to me -- I'm a little uncertain about the default argument, but good catch.

jenzopr commented 8 years ago

Nice, thanks!