# HG changeset patch # User trinity_ctat # Date 1540499464 14400 # Node ID ef9481f6e458d4c02097119a0e78f360c2007e3b # Parent e3059a4ccf967ce8d03280c517dcf21b74fe0baf fixing typos diff -r e3059a4ccf96 -r ef9481f6e458 data_manager/add_ctat_resource_lib.py --- 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,