#!/usr/bin/env python

import piquant.assemble_quantification_data as entry_point
import sys

entry_point.assemble_quantification_data(sys.argv[1:])
