source: branches/profile/lib/pictures/awt/export_db.fig

Last change on this file was 5695, checked in by westram, 16 years ago
  • added functions to handle temporary files
    • GB_unique_filename (used pid of current process. before in most cases $ARB_PID was used, but that is only useful for arb_panic and arb_clean functionality. For normal tempfiles pid is the better choice - otherwise two processes of one ARB instance could generate the same tempfile name)
    • GB_create_tempfile
    • GB_fopen_tempfile
    • GB_is_privatefile (function for testing whether tempfiles have correct permissions - especially those tempfiles pre-generated by GB_create_tempfile and overwritten later by a shell script)
  • added GB_read_fp (similar to GB_read_file, but works on open filepointer)
  • added GB_append_suffix
  • added GB_remove_on_exit (removes files at program exit)
  • rewrote all functions creating temporary files. Files are opened in private mode (user only read/write) now and are properly removed after usage or when program exits.
  • bug-fixes:
    • GB_size_of_file(NULL)
    • GB_split_full_path (returned name as suffix if no suffix was present. Now returns NULL)
    • awt_get_selected_fullname returned /print.ps (instead of using cwd)
  • replaced String() by strdup() in GDE
  • fixed several calls to GB_unlink()
  • removed GB_getuid / GB_getpid
  • tweaked arb_panic (panicfile is private now! modified output and added cmd killall)
  • help-search now ignores comment lines in helpfiles
  • rewrote exporter (cause it was impossible to correctly handle tmp-files). Automatically appends suffix to outputfilename.
  • improved error handling in several functions
  • file selection boxes refresh automatically if directory modtime changes
  • When exporting frequencies from arb_phylo, dont write 3 files to tmp (of which 2 were always empty) - write only the one with content. I dont know what the file is good for, but since it is removed on exit now, it doesnt do any harm.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1#FIG 3.2
2Landscape
3Center
4Metric
5A4     
6100.00
7Single
8-2
91200 2
106 4185 1440 5580 1935
114 0 -1 0 0 18 12 0.0000 4 135 360 4215 1935 $box\001
124 0 -1 0 0 18 12 0.0000 4 135 1350 4215 1575 Select a format\001
13-6
142 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 1
15         585 585
162 1 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 1
17         8350 10575
184 0 -1 0 0 18 12 0.0000 4 165 2430 750 6210 Choose an output file name:\001
194 0 -1 0 0 18 12 0.0000 4 150 990 750 6585 $ffile_name\001
204 0 -1 0 0 18 12 0.0000 4 135 540 750 1050 $close\001
214 0 -1 0 0 18 12 0.0000 4 135 450 750 7290 $fbox\001
224 1 -1 0 0 18 12 0.0000 4 165 270 4590 10350 $Y:go\001
234 2 -1 0 0 18 12 0.0000 4 150 990 8175 9945 $to:XY:fbox\001
244 0 -1 0 0 18 12 0.0000 4 165 2610 750 6930 Files (f) and Directories (D)\001
254 2 -1 0 0 18 12 0.0000 4 165 630 8175 1050 $X:help\001
264 2 -1 0 0 18 12 0.0000 4 150 1440 8175 6705 $to:X:ffile_name\001
274 1 -1 0 0 18 12 0.0000 4 165 3510 4500 1050 This module exports species information\001
284 1 -1 0 0 18 12 0.0000 4 165 4680 4500 1260 The selected FORM gets filled and is stored to disc.\001
294 0 -1 0 0 18 12 0.0000 4 165 2250 750 5850 Save into multiple files?\001
304 0 -1 0 0 18 12 0.0000 4 165 810 3150 5925 $multiple\001
314 2 -1 0 0 18 12 0.0000 4 150 810 8175 5940 $to:X:box\001
324 0 -1 0 0 18 12 0.0000 4 165 540 750 1935 Export\001
334 0 -1 0 0 18 12 0.0000 4 135 900 1890 2010 $allmarked\001
344 0 -1 0 0 18 12 0.0000 4 135 540 750 2475 Filter\001
354 0 -1 0 0 18 12 0.0000 4 165 900 1890 2550 $seqfilter\001
364 2 -1 0 0 18 12 0.0000 4 165 1170 4005 2550 $to:seqfilter\001
374 0 -1 0 0 18 12 0.0000 4 165 720 750 3015 Compress\001
384 0 -1 0 0 18 12 0.0000 4 165 810 1890 3090 $compress\001
394 0 -1 0 0 18 12 0.0000 4 165 1350 750 3510 Cut stop-codon?\001
404 0 -1 0 0 18 12 0.0000 4 165 720 2385 3585 $cutstop\001
Note: See TracBrowser for help on using the repository browser.