@@ -13,6 +13,15 @@ To know how to use it please use the -h option.
* generate_fake_barcode_graph.py: Take a barcode graph as input (gexf formated) and outputs a barcode graph. The barcode graph is create by fusion of nodes from the molecule graph.
* use the snakefile "Snakemake_data_simu".
All the parameters can be an integer or a list of integer.
Each combination of parameter will generate a barcode graph
Config parameters:
* n: the number of initial molecules
* m: average number of node merged in each barcode
* d: average coverage of a molecule in the initial graph
* workdir: the directory to create and use as output
### Data structures and algorithms
* to_d2_graph.py: Mount a barcode graph into memory and create a d2 graph from it.
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.')