# HG changeset patch # User dfornika # Date 1561164959 14400 # Node ID 40cb4eecef7c7f7b141d4684f711fc4dc79bb33e # Parent 9ff41cda745fe50f24d4a92bbbc6f26940b8878e planemo upload for repository https://github.com/phac-nml/mob-suite commit 4c922d083dff667315e2ba083bbb070c019ba694-dirty diff -r 9ff41cda745f -r 40cb4eecef7c mob_recon.xml --- a/mob_recon.xml Fri Jun 21 20:47:15 2019 -0400 +++ b/mob_recon.xml Fri Jun 21 20:55:59 2019 -0400 @@ -11,7 +11,10 @@ #set $named_input = re.sub(r'(\s|\(|\)|:|!)', '_', str($input.element_identifier)+".fasta") ln -s "$input" $named_input && - mob_recon --num_threads \${GALAXY_SLOTS:-4} --infile "${named_input}" + mob_recon + --num_threads \${GALAXY_SLOTS:-4} + --infile "${named_input}" + --database-directory '${mob_suite_database_dir}' #if str($adv_param.unicycler_contigs) == "True": --unicycler_contigs #end if @@ -35,6 +38,11 @@ + + + + +