Codota Logo
Project$Organism.getScientificName
Code IndexAdd Codota to your IDE (free)

How to use
getScientificName
method
in
org.opencb.opencga.core.models.Project$Organism

Best Java code snippets using org.opencb.opencga.core.models.Project$Organism.getScientificName (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Point p =
  • Codota Iconnew Point(x, y)
  • Codota Iconnew Point()
  • Codota IconMouseEvent e;e.getPoint()
  • Smart code suggestions by Codota
}
origin: opencb/opencga

  && StringUtils.isEmpty(projectQR.first().getOrganism().getScientificName())) {
objectMap.put(ProjectDBAdaptor.QueryParams.ORGANISM_SCIENTIFIC_NAME.key(),
    parameters.getString(ProjectDBAdaptor.QueryParams.ORGANISM_SCIENTIFIC_NAME.key()));
origin: opencb/opencga

public static void updateProjectMetadata(StudyConfigurationManager scm, Project.Organism organism, int release)
    throws CatalogException, StorageEngineException {
  String scientificName = AbstractCellBaseVariantAnnotator.toCellBaseSpeciesName(organism.getScientificName());
  scm.lockAndUpdateProject(projectMetadata -> {
    if (projectMetadata == null) {
      projectMetadata = new ProjectMetadata();
    }
    projectMetadata.setSpecies(scientificName);
    projectMetadata.setAssembly(organism.getAssembly());
    projectMetadata.setRelease(release);
    return projectMetadata;
  });
}
origin: opencb/opencga

    null, null, "GRCh38", null, sessionIdUser).first();
assertEquals("Homo sapiens", pr.getOrganism().getScientificName());
assertEquals("", pr.getOrganism().getCommonName());
assertEquals("GRCh38", pr.getOrganism().getAssembly());
assertEquals("Homo sapiens", update.first().getOrganism().getScientificName());
assertEquals("", update.first().getOrganism().getCommonName());
assertEquals("GRCh38", update.first().getOrganism().getAssembly());
assertEquals("Homo sapiens", update.first().getOrganism().getScientificName());
assertEquals("common", update.first().getOrganism().getCommonName());
assertEquals("GRCh38", update.first().getOrganism().getAssembly());
org.opencb.opencga.core.modelsProject$OrganismgetScientificName

Popular methods of Project$Organism

  • getAssembly
  • getCommonName
  • getTaxonomyCode
  • <init>
  • equals
  • setCommonName
  • setTaxonomyCode

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now