@@ -10,7 +10,7 @@ from deconvolution.d2graph import d2_graph as d2
defparse_arguments():
parser=argparse.ArgumentParser(description='Transform a barcode graph into a lcp graph. The program dig for a set of lcps and then merge them into a lcp graph.')
parser.add_argument('barcode_graph',help='The barcode graph file. Must be a gefx formated file.')