changeset 6:3b9969001f3f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_bakta commit 2fa443ab6c1b3513a585123edd2cdf864e5123ae-dirty
author pimarin
date Thu, 27 Oct 2022 15:07:44 +0000
parents b475dd46612e
children 47a3aac8fcf7
files data_manager/bakta_build_database.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/bakta_build_database.xml	Thu Oct 27 15:03:00 2022 +0000
+++ b/data_manager/bakta_build_database.xml	Thu Oct 27 15:07:44 2022 +0000
@@ -8,8 +8,8 @@
     <expand macro="version_command"/>
 
     <command detect_errors="aggressive"><![CDATA[
-        mkdir ./output_file &&
-        ln -s '$output_file' '/output_file/json_output' &&
+        mkdir 'output_file' &&
+        ln -s '$output_file' 'output_file/json_output' &&
         python '$__tool_directory__/bakta_build_database.py'
         './output_file/json_output'
         --database_version '$database_select'