changeset 2:6ad9d48a512e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/migmap commit 60e2302cfac90d0c909ef61815aaaafaaad5816a
author iuc
date Mon, 17 Jun 2019 07:53:12 -0400
parents fbbe507e692b
children 587fa797ede9
files migmap.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/migmap.xml	Sat Aug 04 12:22:14 2018 -0400
+++ b/migmap.xml	Mon Jun 17 07:53:12 2019 -0400
@@ -6,8 +6,10 @@
     </requirements>
     <command detect_errors='exit_code'><![CDATA[
 export IGBLAST_PATH=\$(dirname \$(which igblastn)) &&
-mkdir temp_db &&
-ln -s "\${IGBLAST_PATH}/../share/igblast/" ./temp_db/ &&
+mkdir -p temp_db/igblast &&
+ln -s "\${IGBLAST_PATH}/../share/igblast/bin/" ./temp_db/igblast &&
+ln -s "\${IGBLAST_PATH}/../share/igblast/internal_data/" ./temp_db/igblast &&
+ln -s "\${IGBLAST_PATH}/../share/igblast/optional_file/" ./temp_db/igblast &&
 
 #if $input.is_of_type('fasta') :
     ln -s '$input' in.fa &&