public class GeneNamesParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GENENAMES_URL |
Constructor and Description |
---|
GeneNamesParser() |
Modifier and Type | Method and Description |
---|---|
static List<GeneName> |
getGeneNames() |
static List<GeneName> |
getGeneNames(InputStream inStream)
Get a list of GeneNames from an input stream.
|
static void |
main(String[] args)
parses a file from the genenames website
|
public static final String DEFAULT_GENENAMES_URL
public GeneNamesParser()
public static void main(String[] args)
args
- public static List<GeneName> getGeneNames() throws IOException
IOException
public static List<GeneName> getGeneNames(InputStream inStream) throws IOException
inStream
- IOException
Copyright © 2000–2019 BioJava. All rights reserved.