Changeset 5798 for trunk/doc/src/docbook/user/import_data.xml
- Timestamp:
- Oct 11, 2011, 6:32:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/user/import_data.xml
r5784 r5798 41 41 <para> 42 42 In some places the only way to get data into BASE is to import it 43 from a file. This typically includes raw data, array design 44 features, reporters and other things, which would be inconvenient 43 from a file. This typically includes <emphasis>raw data</emphasis>, 44 <emphasis>array design features</emphasis>, <emphasis>reporters</emphasis> 45 and other things, which would be inconvenient 45 46 to enter by hand due to the large number of data items. There is 46 47 also convenience batch importers for importing other items such as 47 biosources, samples, and annotations. The batch importers are 48 <emphasis>biosources</emphasis>, <emphasis>samples</emphasis>, and 49 <emphasis>annotations</emphasis>. The batch importers are 48 50 described later in this chapter after the general import 49 51 description. … … 51 53 <para> 52 54 Normally, a plug-in handles one type of items and may require a 53 configuration , for example, theimport plug-ins need some55 configuration. For example, most import plug-ins need some 54 56 information about how to find headers and data lines in 55 57 files. BASE ships with a number of import plug-ins as a part of … … 104 106 <listitem> 105 107 <simpara> 106 Select a plug-in and file format to use, or selectthe107 auto detectoption.108 Select a plug-in and file format to use, or use the 109 <emphasis>auto detect</emphasis> option. 108 110 </simpara> 109 111 </listitem> … … 164 166 includes combinations that 165 167 the logged in user has permission to use. If you select 166 an entry a short description ofabout the plug-in and configuration168 an entry a short description about the plug-in and configuration 167 169 is displayed 168 170 below the lists. More information about the plug-ins can … … 260 262 <listitem> 261 263 <para> 262 Display es the selected plug-in or <guilabel>all</guilabel> if the264 Displays the selected plug-in or <guilabel>all</guilabel> if the 263 265 auto-detection is used on all supporting plug-ins. 264 266 </para> … … 285 287 with a character set the correct option is automatically selected. In all 286 288 cases, you have the option to override the default selection. Most files, 287 typically use one of the UTF-8 or ISO-8859-1 character sets.289 typically use either the UTF-8 or ISO-8859-1 character set. 288 290 </para> 289 291 </listitem> … … 350 352 </para> 351 353 352 <figure id="import_export_data.figures.confi ure_plugin">354 <figure id="import_export_data.figures.configure_plugin"> 353 355 <title>Specify plug-in parameters</title> 354 356 <screenshot> … … 386 388 387 389 <varlistentry> 390 <term><guilabel>File parser regular expressions</guilabel></term> 391 <listitem> 392 <para> 393 Various regular expressions that are used when parsing the file 394 to ensure that the data is found. In most cases, all values 395 are taken from the matched configuration and can be left as is. 396 </para> 397 </listitem> 398 </varlistentry> 399 400 <varlistentry> 388 401 <term><guilabel>Error handling</guilabel></term> 389 402 <listitem> … … 413 426 <title>Add the import job to the job queue</title> 414 427 428 <figure id="import_export_data.figures.finish_job"> 429 <title>Job name and options</title> 430 <screenshot> 431 <mediaobject> 432 <imageobject> 433 <imagedata 434 fileref="figures/finish_job.png" format="PNG" /> 435 </imageobject> 436 </mediaobject> 437 </screenshot> 438 </figure> 439 440 <helptext external_id="runplugin.finshjob" 441 title="Set job name and options"> 415 442 <para> 416 443 In this window should information about the job be filled in, like name and … … 418 445 are also two check boxes in this page. 419 446 <variablelist> 447 <varlistentry> 448 <term> 449 <guilabel>Name</guilabel> 450 </term> 451 <listitem> 452 <para> 453 Most plug-ins should suggest a name for the job, but you can change it if 454 you want to. 455 </para> 456 </listitem> 457 </varlistentry> 458 <varlistentry> 459 <term> 460 <guilabel>Use job agent</guilabel> 461 </term> 462 <listitem> 463 <para> 464 This option is only available if the BASE system has been configured with 465 job agents and the logged in user has <constant>SELECT_JOBAGENT</constant> 466 permission. Select the <guilabel>automatic</guilabel> option to let 467 BASE automatically select a job agent or select a specific option 468 to force the use of that particular job agent. 469 </para> 470 </listitem> 471 </varlistentry> 420 472 <varlistentry> 421 473 <term> … … 463 515 </para> 464 516 </tip> 517 </helptext> 465 518 </sect2> 466 519
Note: See TracChangeset
for help on using the changeset viewer.