@@ -8,18 +8,21 @@ from deconvolution.d2graph import d2_graph as d2
defparse_arguments():
parser=argparse.ArgumentParser(description='Transform a 10X barcode graph into a d2 graph. The program dig for the d-graphs and then merge them into a d2-graph.')
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.')