# HG changeset patch # User dcorreia # Date 1462354917 14400 # Node ID c3a69ba720997c7614401426d3769ea95359b644 # Parent 95a7626b95edc17cc3a8ff90eae083c0bee434d9 Uploaded diff -r 95a7626b95ed -r c3a69ba72099 phyml.xml --- a/phyml.xml Mon May 02 07:30:03 2016 -0400 +++ b/phyml.xml Wed May 04 05:41:57 2016 -0400 @@ -17,38 +17,39 @@ ln -sf $input input_tmp; phyml --input input_tmp - $phylip_format - --datatype $seq.type_of_seq - --multiple $nb_data_set + ${phylip_format} + --datatype ${seq.type_of_seq} + --multiple ${nb_data_set} - #if int($support_condition.branchSupport.value) in [0,-1,-2,-4,-5]: - --bootstrap $support_condition.branchSupport + #if (str($support_condition.branchSupport) in ['0','-1','-2','-4','-5']): + --bootstrap ${support_condition.branchSupport} #else: - --bootstrap $support_condition.branchSupport.replicate + --bootstrap ${support_condition.branchSupport.replicate} #end if - #if $seq.type_of_seq == "nt": - -t $seq.tstv + #if ($seq.type_of_seq == "nt"): + -t ${seq.tstv} #end if - --model $seq.model - -f $equi_freq - --pinv $prop_invar + --model ${seq.model} + -f ${equi_freq} + --pinv ${prop_invar} - --nclasses $nbSubstCat - #if $nbSubstCat != "1": - --alpha $gamma + --nclasses ${nbSubstCat} + + #if (str($nbSubstCat) != "1"): + --alpha ${gamma} #end if - --search $move - -o $optimisationTopology + --search ${move} + -o ${optimisationTopology} - #if $usetree.inputTree == "true" : - --inputtree $inputTree.userInputTree + #if ($usetree.inputTree == "true"): + --inputtree ${inputTree.userInputTree} #end if - #if $numStartSeed != "0": - --r_seed $numStartSeed + #if ($numStartSeed != "0"): + --r_seed ${numStartSeed} #end if --no_memory_check