From 0722a7754cd7962ce097945700397640ffabf482 Mon Sep 17 00:00:00 2001 From: Adetunji Date: Sun, 18 Apr 2021 15:24:38 -0500 Subject: [PATCH] misc update ROSE_main.py --- bin/ROSE_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ROSE_main.py b/bin/ROSE_main.py index 841f5b0..63ae427 100755 --- a/bin/ROSE_main.py +++ b/bin/ROSE_main.py @@ -478,7 +478,7 @@ def main(): allTableFile = "%s/%s_AllStitched.table.txt" % (outFolder,inputName) if options.custom_genome: - cmd1 = "ROSE_geneMapper.py --custom %s -i %s -r TRUE" % (options.custom_genome,superTableFile) + cmd1 = "ROSE_geneMapper.py --custom %s -i %s -r TRUE" % (options.custom_genome,superTableFile) cmd2 = "ROSE_geneMapper.py --custom %s -i %s -r TRUE" % (options.custom_genome,allTableFile) else: cmd1 = "ROSE_geneMapper.py -g %s -i %s -r TRUE" % (genome,superTableFile)