|
Last change
on this file was
16469,
checked in by westram, 8 years ago
|
- reintegrates 'textedit' into 'trunk'
- fixes #586
- editor now always started asynchronously
- uses inotify to track file changes
also use inotify to track directory updates (in order to update file selections when needed)
by [16515] ff.; merged by [16551]
- adds: log:branches/textedit@16448:16468
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | item:DeSoete Tree fit |
|---|
| 2 | itemmeta: S |
|---|
| 3 | seqtype:* |
|---|
| 4 | itemmethod: GOTO_LOCAL_DIR; \ |
|---|
| 5 | (RUN_IN_WINDOW((arb_readseq -a -f8 TmpInputFile >fasta.flat;\ |
|---|
| 6 | count -t $CORR fasta.flat >count.out;\ |
|---|
| 7 | lsadt <count.out -seed $SEED -init $INIT -empty -99.9 > outtree;\ |
|---|
| 8 | $DISPLAY_FUNC));\ |
|---|
| 9 | RM_LOCAL_FILES(TmpInputFile fasta.flat count.out outtree) )& |
|---|
| 10 | itemhelp:lsadt.help |
|---|
| 11 | |
|---|
| 12 | in:TmpInputFile |
|---|
| 13 | informat:genbank |
|---|
| 14 | insave: |
|---|
| 15 | |
|---|
| 16 | arg:CORR |
|---|
| 17 | arglabel:Dist. correction? |
|---|
| 18 | argtype:choice_menu |
|---|
| 19 | argchoice:Olsen:-c=olsen |
|---|
| 20 | argchoice:Jukes/Cantor:-c=jukes |
|---|
| 21 | argchoice:None:-c=none |
|---|
| 22 | |
|---|
| 23 | arg:INIT |
|---|
| 24 | arglabel:Parameter estimate |
|---|
| 25 | argtype:choice_menu |
|---|
| 26 | argchoice:uniformly distributed random numbers:1 |
|---|
| 27 | argchoice:error-perturbed data:2 |
|---|
| 28 | argchoice:original distance data from input matrix:3 |
|---|
| 29 | |
|---|
| 30 | arg:SEED |
|---|
| 31 | argtype:slider |
|---|
| 32 | arglabel:Random nr. seed |
|---|
| 33 | argmin:0 |
|---|
| 34 | argmax:65535 |
|---|
| 35 | argvalue:12345 |
|---|
| 36 | |
|---|
| 37 | arg:DISPLAY_FUNC |
|---|
| 38 | argtype:choice_menu |
|---|
| 39 | arglabel:View tree using |
|---|
| 40 | argchoice:ARB ('tree_desoete'):arb_read_tree tree_desoete_$$ outtree "PRG=DeSoete CORR=$CORR FILTER=$FILTER" |
|---|
| 41 | argchoice:TextEdit:arb_textedit outtree |
|---|
| 42 | argchoice:Treetool:treetool outtree |
|---|
Note: See
TracBrowser
for help on using the repository browser.