changeset 15:b2966fea70b0 draft

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/data_managers/data_manager_build_mob_suite_database/ commit ded3b42d8a746eac2973cc17826160e43ac11186-dirty
author dfornika
date Mon, 24 Jun 2019 14:14:45 -0400
parents 5bb7917d691b
children c946718c1328
files data_manager/mob_suite_build_database.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/mob_suite_build_database.py	Mon Jun 24 14:10:30 2019 -0400
+++ b/data_manager/mob_suite_build_database.py	Mon Jun 24 14:14:45 2019 -0400
@@ -52,7 +52,7 @@
     print("Sleep ending")
     
     makeblastdb_args_list = [
-        '-in', os.path.join(database_path, 'ncbi_plasmid_full_seqs.fas')
+        '-in', os.path.join(database_path, 'ncbi_plasmid_full_seqs.fas'),
         '-dbtype', 'nucl',
     ]