Examples of SolidSequencerInterrogationStrategy


Examples of uk.ac.bbsrc.tgac.miso.core.service.integration.strategy.interrogator.SolidSequencerInterrogationStrategy

    }
    else if (sr.getPlatform().getPlatformType().equals(PlatformType.LS454)) {
      return new SequencerInterrogator(new LS454SequencerInterrogationStrategy(), sr);
    }
    else if (sr.getPlatform().getPlatformType().equals(PlatformType.SOLID)) {
      return new SequencerInterrogator(new SolidSequencerInterrogationStrategy(), sr);
    }
    else if (sr.getPlatform().getPlatformType().equals(PlatformType.IONTORRENT)) {
      //return new SequencerInterrogator(new SolidSequencerInterrogationStrategy(), sr);
      throw new InterrogationException("Unsupported PlatformType");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.