- Timestamp:
- 06/03/10 01:59:11 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.bio/src/org/bridgedb/bio/BioDataSource.java
r387 r398 124 124 "Gw", "GeneWiki").asDataSource(); 125 125 public static final DataSource HUGO = DataSource.register ( 126 "H", "H UGO").asDataSource();126 "H", "HGNC").asDataSource(); 127 127 public static final DataSource HSGENE = DataSource.register ( 128 128 "Hs", "HsGene").asDataSource(); … … 401 401 DataSourcePatterns.registerPattern( 402 402 BioDataSource.HUGO, 403 Pattern.compile(" \\d+")403 Pattern.compile("[A-Z][A-Z,0-9]+") 404 404 ); 405 405
