# HG changeset patch # User dfornika # Date 1561400085 14400 # Node ID b2966fea70b0d91bd5ab01f7ac2b31122872bb13 # Parent 5bb7917d691b8c4a8f45ee84756ff2cc5809a286 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/data_managers/data_manager_build_mob_suite_database/ commit ded3b42d8a746eac2973cc17826160e43ac11186-dirty diff -r 5bb7917d691b -r b2966fea70b0 data_manager/mob_suite_build_database.py --- 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', ]