--- random/boxshade.kaptn 2007/06/07 16:12:20 1.1 +++ random/boxshade.kaptn 2007/06/07 16:13:48 1.2 @@ -12,7 +12,7 @@ thr "Similarity threshold" -> "-thr="@float="0.5"; -in_types "Input file type" -> MSF | CLUSTAL | MALIGNED | ESEE | PHYLIP; +in_types "Input file type" -> MSF | ! CLUSTAL | MALIGNED | ESEE | PHYLIP; MSF "MSF" -> "-type=MSF "; CLUSTAL "CLUSTAL" -> "-type=CLUSTAL "; MALIGNED "MALIGNED" -> "-type=MALIGNED "; @@ -27,9 +27,9 @@ ruler "print ruler" -> "-ruler " | @; cons "create consensus line" -> "-cons " | @; -endings "Output line endings" -> unix | mac | dos; -unix "unix" -> "-unix "; -mac "mac" -> "-mac "; +endings "Output line endings" -> dos | mac | ! unix; dos "dos" -> "-dos "; +mac "mac" -> "-mac "; +unix "unix" -> "-unix "; buttons :horizontal -> @action(boxshade)="OK" @close="Cancel" @preview(start,"Lucidatypewriter",300,200,"Close")="Preview";