diff migmap.xml @ 4:1c8b286f8c13 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/migmap commit e32ce67ab5bbb46569f220489b72ecc11b7a0fd3"
author iuc
date Fri, 20 Nov 2020 14:26:20 +0000
parents 4570e5e2b4b4
children 862d0b2c3731
line wrap: on
line diff
--- a/migmap.xml	Thu Dec 05 10:58:09 2019 +0000
+++ b/migmap.xml	Fri Nov 20 14:26:20 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="migmap" name="MiGMAP" version="@TOOL_VERSION@">
+<tool id="migmap" name="MiGMAP" version="@TOOL_VERSION@+galaxy1">
     <description>mapper for full-length T- and B-cell repertoire sequencing
     </description>
     <macros>
@@ -7,7 +7,7 @@
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">migmap</requirement>
     </requirements>
-    <command detect_errors='exit_code'><![CDATA[
+    <command detect_errors='aggressive'><![CDATA[
 export IGBLAST_PATH=\$(dirname \$(which igblastn)) &&
 mkdir -p temp_db/igblast &&
 ln -s "\${IGBLAST_PATH}/../share/igblast/bin/" ./temp_db/igblast &&