Class UIPipelineSampleService


  • @Component
    public class UIPipelineSampleService
    extends java.lang.Object
    UI Service for all things related to samples within the pipeline
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<LaunchSample> getPipelineSamples​(boolean paired, boolean singles)
      Get a list of the samples that are in the cart and get their associated sequence files that can be used on the current pipeline
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getPipelineSamples

        public java.util.List<LaunchSample> getPipelineSamples​(boolean paired,
                                                               boolean singles)
        Get a list of the samples that are in the cart and get their associated sequence files that can be used on the current pipeline
        Parameters:
        paired - Whether paired end files can be run on the current pipeline
        singles - Whether single end files can be run on the current pipeline
        Returns:
        list of samples containing their associated sequencing data