Package ubic.gemma.core.loader.genome
Class SimpleFastaCmd
- java.lang.Object
-
- ubic.gemma.core.loader.genome.SimpleFastaCmd
-
-
Constructor Summary
Constructors Constructor Description SimpleFastaCmd(String fastaCmdExe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BioSequence>getBatchAccessions(Collection<String> accessions, String database)Collection<BioSequence>getBatchIdentifiers(Collection<Integer> identifiers, String database)BioSequencegetByAccession(String accession, String database)BioSequencegetByIdentifier(int identifier, String database)voidsetBlastHome(Path blastDbHome)Override theBLASTDBenvironment variable.
-
-
-
Constructor Detail
-
SimpleFastaCmd
public SimpleFastaCmd(String fastaCmdExe)
-
-
Method Detail
-
setBlastHome
public void setBlastHome(@Nullable Path blastDbHome)
Override theBLASTDBenvironment variable.If
null, the BLAST process will inherit the value of the environment.
-
getByAccession
public BioSequence getByAccession(String accession, String database)
- Specified by:
getByAccessionin interfaceFastaCmd
-
getByIdentifier
public BioSequence getByIdentifier(int identifier, String database)
- Specified by:
getByIdentifierin interfaceFastaCmd
-
getBatchAccessions
public Collection<BioSequence> getBatchAccessions(Collection<String> accessions, String database)
- Specified by:
getBatchAccessionsin interfaceFastaCmd
-
getBatchIdentifiers
public Collection<BioSequence> getBatchIdentifiers(Collection<Integer> identifiers, String database)
- Specified by:
getBatchIdentifiersin interfaceFastaCmd
-
-