comparison abhaddock_wrapper.xml @ 2:a8cda1a4b9ea draft

Uploaded v2
author p.lucas
date Thu, 06 May 2021 09:01:30 +0000
parents 40ccca3fac6d
children 863db9ddab44
comparison
equal deleted inserted replaced
1:40ccca3fac6d 2:a8cda1a4b9ea
1 <tool id="Ab_haddock_format" name="Ab_haddock_format" version="1.0"> 1 <tool id="Ab_haddock_format" name="Ab_haddock_format" version="2.0">
2 <description>Using ab_haddock_format.py after ANARCI.</description> 2 <description>Using ab_haddock_format.py after ANARCI.</description>
3 <command detect_errors="exit_code"><![CDATA[ 3 <command detect_errors="exit_code"><![CDATA[
4 conda activate Ab-HADDOCK; 4 source /home/galaxy/data/_conda/bin/activate Ab-HADDOCK;
5 python2.7 ab_haddock_format.py '${input}' '${output}' '${chain}' 5 python2.7 /home/galaxy/HADDOCK-antibody-antigen/ab_haddock_format.py '${input}' '${output}' ${chain};
6 conda deactivate 6 source /home/galaxy/data/_conda/bin/deactivate
7 ]]></command> 7 ]]></command>
8 <inputs> 8 <inputs>
9 <param name="input" format="pdb" type="data" label="Select your PDB file."/> 9 <param name="input" format="pdb" type="data" label="Select your PDB file."/>
10 <param name="chain" type="text" label="Chain id to use." help="Chain id to use for the HADDOCK-formatted PDB structure."/> 10 <param name="chain" type="text" label="Chain id to use." help="Chain id to use for the HADDOCK-formatted PDB structure."/>
11 </inputs> 11 </inputs>