Class NGSLinkerService


  • @Component
    public class NGSLinkerService
    extends java.lang.Object
    Service for converting data for creating the ngs-linker command.
    • Method Detail

      • generateLinkerCommand

        public java.lang.String generateLinkerCommand​(NGSLinkerCmdRequest request)
        Generate the full ngs-linker command. If just the project identifier, or identifier for all samples in the project, are passed, then we want to export the entire project. If sample ids are passed then we need to add the specific identifiers to export.
        Parameters:
        request - NGSLinkerCmdRequest
        Returns:
        the actual ngs-linker command.