1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
#NEXUS
[written Tue Apr 12 06:17:56 CDT 2011 by Mesquite version 2.74 (build 550) at hans.local/10.0.1.3]
BEGIN TAXA;
TITLE Taxa;
DIMENSIONS NTAX=3;
TAXLABELS
taxon_1 'taxon '' & 2' taxon_3
;
END;
BEGIN TAXA;
TITLE Taxa2;
DIMENSIONS NTAX=3;
TAXLABELS
t1 t2 t3
;
END;
BEGIN TaxaAssociation;
TITLE rename;
TAXA Taxa , Taxa2;
ASSOCIATES
'taxon '' & 2' / t1 ,
taxon_3 / t3
;
END;
Begin MESQUITE;
MESQUITESCRIPTVERSION 2;
TITLE AUTO;
tell ProjectCoordinator;
timeSaved 1302607076246;
getEmployee #mesquite.minimal.ManageTaxa.ManageTaxa;
tell It;
setID 0 1269556059297144220;
setID 1 4309779946205285979;
tell It;
setSelected 1;
attachments ;
endTell;
endTell;
getWindow;
tell It;
suppress;
setResourcesState false false 100;
setPopoutState 400;
setExplanationSize 0;
setAnnotationSize 0;
setFontIncAnnot 0;
setFontIncExp 0;
setSize 856 559;
setLocation 189 95;
setFont SanSerif;
setFontSize 10;
getToolPalette;
tell It;
endTell;
desuppress;
endTell;
getEmployee #mesquite.minimal.ManageTaxa.ManageTaxa;
tell It;
showTaxa #1269556059297144220 #mesquite.lists.TaxonList.TaxonList;
tell It;
setTaxa #1269556059297144220;
getWindow;
tell It;
newAssistant #mesquite.lists.DefaultTaxaOrder.DefaultTaxaOrder;
newAssistant #mesquite.lists.TaxonListCurrPartition.TaxonListCurrPartition;
newAssistant #mesquite.assoc.TaxonListAssoc.TaxonListAssoc;
tell It;
getAssociationsTask Stored Taxa Associations (id# 830);
resetAssociation;
getEmployee #mesquite.assoc.StoredAssociations.StoredAssociations;
tell It;
setCurrentAssociation 0;
endTell;
endTell;
setExplanationSize 30;
setAnnotationSize 20;
setFontIncAnnot 0;
setFontIncExp 0;
setSize 756 492;
setLocation 189 95;
setFont SanSerif;
setFontSize 10;
getToolPalette;
tell It;
setTool mesquite.lists.TaxonList.TaxonListWindow.ibeam;
endTell;
endTell;
showWindow;
getEmployee #mesquite.lists.ColorTaxon.ColorTaxon;
tell It;
setColor Red;
removeColor off;
endTell;
getEmployee #mesquite.lists.TaxonListAnnotPanel.TaxonListAnnotPanel;
tell It;
togglePanel off;
endTell;
endTell;
showTaxa #4309779946205285979 #mesquite.lists.TaxonList.TaxonList;
tell It;
setTaxa #4309779946205285979;
getWindow;
tell It;
newAssistant #mesquite.lists.DefaultTaxaOrder.DefaultTaxaOrder;
newAssistant #mesquite.lists.TaxonListCurrPartition.TaxonListCurrPartition;
newAssistant #mesquite.assoc.TaxonListAssoc.TaxonListAssoc;
tell It;
getAssociationsTask Stored Taxa Associations (id# 840);
resetAssociation;
getEmployee #mesquite.assoc.StoredAssociations.StoredAssociations;
tell It;
setCurrentAssociation 0;
endTell;
endTell;
setExplanationSize 30;
setAnnotationSize 20;
setFontIncAnnot 0;
setFontIncExp 0;
setSize 756 492;
setLocation 189 95;
setFont SanSerif;
setFontSize 10;
getToolPalette;
tell It;
setTool mesquite.lists.TaxonList.TaxonListWindow.ibeam;
endTell;
setActive;
endTell;
showWindow;
getEmployee #mesquite.lists.ColorTaxon.ColorTaxon;
tell It;
setColor Red;
removeColor off;
endTell;
getEmployee #mesquite.lists.TaxonListAnnotPanel.TaxonListAnnotPanel;
tell It;
togglePanel off;
endTell;
endTell;
endTell;
endTell;
end;
|