From afe25f0e3bba809d9b5817a5454e16f73afc122c Mon Sep 17 00:00:00 2001 From: msbentsen Date: Thu, 11 Apr 2019 10:20:22 +0200 Subject: [PATCH] Added CreateNetwork to TOBIAS tools --- tobias/TOBIAS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobias/TOBIAS.py b/tobias/TOBIAS.py index 08fd923..f6ef89e 100644 --- a/tobias/TOBIAS.py +++ b/tobias/TOBIAS.py @@ -77,7 +77,7 @@ def main(): "MergePDF": {"help": "Merge pdf files to one", "add_arguments":add_mergepdf_arguments, "function":run_mergepdf}, "MaxPos": {"help": "Get .bed-positions of highest bigwig signal within .bed-regions", "add_arguments": add_maxpos_arguments, "function": run_maxpos}, "SubsampleBam": {"help": "Subsample a .bam-file using samtools", "add_arguments": add_subsample_arguments, "function": run_subsampling}, - #"CreateNetwork": {"help": "Create TF-gene network from annotated TFBS", "add_arguments": add_network_arguments, "function": run_network, "space":"\t"}, + "CreateNetwork": {"help": "Create TF-gene network from annotated TFBS", "add_arguments": add_network_arguments, "function": run_network, "space":"\t"}, "Log2Table": {"help": "Convert logs from PlotAggregate to tab-delimitered tables of footprint stats", "add_arguments": add_log2table_arguments, "function": run_log2table} } }