changeset 3:3d49bef78c3d draft default tip

MAJ way to directory
author p.lucas
date Tue, 30 Mar 2021 14:38:03 +0000
parents 58b36867b577
children
files anarci_wrapper.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/anarci_wrapper.xml	Tue Mar 30 14:20:36 2021 +0000
+++ b/anarci_wrapper.xml	Tue Mar 30 14:38:03 2021 +0000
@@ -1,8 +1,8 @@
-<tool id="ANARCI" name="ANARCI" version="1.0">
+<tool id="ANARCI" name="ANARCI" version="3.0">
   <description>Use ANARCI tools to use HADDOCK-antibody-antigen after.</description>
   <command detect_errors="exit_code"><![CDATA[
     source /home/galaxy/data/_conda/bin/activate Ab-HADDOCK;
-    python2.7 /home/galaxy/shed_tools/testtoolshed.g2.bx.psu.edu/repos/p.lucas/anarci/9a66e3a9ff53/anarci/HADDOCK-antibody-antigen/ImmunoPDB.py -i '${input}' -o '${output}' --scheme ${scheme} --splitscfv
+    python2.7 /home/galaxy/HADDOCK-antibody-antigen/ImmunoPDB.py -i '${input}' -o '${output}' --scheme ${scheme} --splitscfv
     #if $receptor
       --receptor ${receptor}
     #end if;