Barcode Generator - GenomicsCoreLeuven/GBSX GitHub Wiki
mandatory parameters:
-bthe number of barcodes needed-ethe enzyme used for the experiment
optional parameters:
-efthe enzyme file. This option adds new enzymes.
The file must be tab delimited: First column the enzyme name, second column the cutsites remains (comma separated) (example: enzyme ApeKI and restriction site G^CWGC: "ApeKI \tab CAGC,CTGC").-nbthe maximum number of bootstraps that must be executed. (optional, standard 10000). By the start of a new bootstrap a complete new design is made. The best scored design (most random barcodes and best scored bases distribution is kept as result)-btthe number of barcode tries. (standard 20) If a random barcode does not fit into the current design try this number of times with a new random barcode before restarting the bootstrap.-othe output directory (standard current working directory)-ustry to find the ultime match: the best barcode combination with the best bases distribution (standard false) true: continue even when the right number of barcodes is found.-bfa file with all barcodes that are used as basic set (this file is one of the possible output files)-nfa file with all barcodes that may not be used in the design. If this file contains barcodes that are also found in the basic set file, these barcodes will be replaced in the design by new random barcodes.