Repository 'migmap'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/migmap

Changeset 2:6ad9d48a512e (2019-06-17)
Previous changeset 1:fbbe507e692b (2018-08-04) Next changeset 3:587fa797ede9 (2019-12-05)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/migmap commit 60e2302cfac90d0c909ef61815aaaafaaad5816a
modified:
migmap.xml
b
diff -r fbbe507e692b -r 6ad9d48a512e migmap.xml
--- 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 &&