comparison phyml.xml @ 12:7f2fdaeaa723 draft

Uploaded
author dcorreia
date Tue, 25 Oct 2016 12:48:04 -0400
parents b0d5f7b87402
children bb8875d6dc35
comparison
equal deleted inserted replaced
11:b0d5f7b87402 12:7f2fdaeaa723
9 <stdio> 9 <stdio>
10 <regex match="*" 10 <regex match="*"
11 source="stdrr" 11 source="stdrr"
12 level="fatal"/> 12 level="fatal"/>
13 </stdio> 13 </stdio>
14 14 <command>
15 <command><![CDATA[ 15 <![CDATA[
16 ##PhyML outputs are based on input path and we need to create outputs in working_dir. 16 ##PhyML outputs are based on input path and we need to create outputs in working_dir.
17 ln -sf $input '${input.name}'; 17 ln -sf $input '${input.name}';
18 18 #if ($usetree.inputTree == "true"):
19 ln -sf ${$usetree.userInputTree} ${$usetree.userInputTree.name};
20 #end if
21
19 phyml --input '${input.name}' 22 phyml --input '${input.name}'
20 ${phylip_format} 23 ${phylip_format}
21 --datatype ${seq.type_of_seq} 24 --datatype ${seq.type_of_seq}
22 --multiple ${nb_data_set} 25 --multiple ${nb_data_set}
23 26
43 46
44 --search ${move} 47 --search ${move}
45 -o ${optimisationTopology} 48 -o ${optimisationTopology}
46 49
47 #if ($usetree.inputTree == "true"): 50 #if ($usetree.inputTree == "true"):
48 --inputtree ${inputTree.userInputTree} 51 --inputtree ${$usetree.userInputTree.name}
49 #end if 52 #end if
50 53
51 #if ($numStartSeed != "0"): 54 #if ($numStartSeed != "0"):
52 --r_seed ${numStartSeed} 55 --r_seed ${numStartSeed}
53 #end if 56 #end if
54 57
55 --no_memory_check 58 --no_memory_check > ${output_stdout};
56 --quiet > ${output_stdout};
57 grep 'failed' ${output_stdout} >&2; 59 grep 'failed' ${output_stdout} >&2;
58 ]]> 60 ]]>
59 </command> 61 </command>
60 <inputs> 62 <inputs>
61 <param name="input" type="data" format="phylip, phy" label="Alignment file" help="phylip format"/> 63 <param name="input" type="data" format="phylip, phy" label="Alignment file" help="phylip format"/>
62 <param name="phylip_format" type="select" label="Changes interleaved format" display="radio"> 64 <param name="phylip_format" type="select" label="Changes interleaved format" display="radio">
63 <option value="">Interleaved</option> 65 <option value="">Interleaved</option>