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 10X barcode graph into a d2 graph. The program dig for the d-graphs and then merge them into a d2-graph.')
parser.add_argument('barcode_graph',help='The barcode graph file. Must be a gefx formated file.')
parser.add_argument('barcode_graph',help='The barcode graph file. Must be a gefx formated file.')