changeset 37:ef9481f6e458 draft

fixing typos
author trinity_ctat
date Thu, 25 Oct 2018 16:31:04 -0400
parents e3059a4ccf96
children a15cd062de44
files data_manager/add_ctat_resource_lib.py
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.py	Thu Oct 25 16:28:55 2018 -0400
+++ b/data_manager/add_ctat_resource_lib.py	Thu Oct 25 16:31:04 2018 -0400
@@ -747,7 +747,9 @@
     return
 
 
-def build_the_library(genome_source_directory, genome_build_directory, force_new_build=False, gmap_build=False, force_gmap_build=False):
+def build_the_library(genome_source_directory, \
+                      genome_build_directory, force_new_build=False, \
+                      gmap_build=False, force_gmap_build=False):
     """ genome_source_directory is the location of the source_data needed to build the library.
         Normally it is fully specified, but could be relative.
         genome_build_directory is the location where the library will be built.
@@ -1431,8 +1433,8 @@
         build_the_library(source_data_directory, \
                           genome_build_directory, \
                           args.new_library_build, \
-                          args.gmap_build
-                          args,force_gmap_build)
+                          args.gmap_build, \
+                          args.force_gmap_build)
         lib_was_built = True
 
     # The following looks to see if the library actually exists after the build,