changeset 1:9bef41a065e4 draft default tip

Uploaded
author p.lucas
date Thu, 06 May 2021 12:49:22 +0000
parents a27959187855
children
files pdbtidy_wrapper.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pdbtidy_wrapper.xml	Thu May 06 10:12:44 2021 +0000
+++ b/pdbtidy_wrapper.xml	Thu May 06 12:49:22 2021 +0000
@@ -1,7 +1,7 @@
-<tool id="PDBTIDY" name="PDBTIDY" version="0">
+<tool id="PDBTIDY" name="PDBTIDY" version="1">
   <description>Using pdb_tidy tools after ab_haddock_format.py.</description>
   <command detect_errors="exit_code"><![CDATA[
-    source /home/galaxy/data/_conda/bin/activate Ab-HADDOCK;
+    source /home/galaxy/data/_conda/bin/activate pdbtools;
     pdb_tidy '${input}' > '${output}';
     source /home/galaxy/data/_conda/bin/deactivate
   ]]></command>