Changeset 578
- Timestamp:
- Feb 8, 2008, 2:21:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/net/sf/basedb/illumina/src/net/sf/basedb/illumina/plugins/BgxFeatureImporter.java
r563 r578 74 74 "Illumina BGX feature importer", 75 75 "Plugin that imports features from a Illumina BGX-file." + 76 "Both compressed(gzip) and uncompressed files are supported.", 76 "Both compressed(gzip) and uncompressed files are supported." + 77 "None of the mappings for the file's [CONTROLS] section are configurable. " + 78 "These are set like follows:\n" + 79 "Identify features by->FEATURE_ID\nReporter ID->\\Probe_Id\\\nFeature ID->\\Array_Address_Id\\\n" + 80 "Reg exp for data header is preconfigured to 'Probe_Id\\tArray_Address_Id.*'", 77 81 Illumina.VERSION, 78 82 Illumina.COPYRIGHT, … … 81 85 Illumina.URL 82 86 ); 83 84 87 /** 85 88 Needed for progress reporting when reading from a compressed
Note: See TracChangeset
for help on using the changeset viewer.