Skip to content

Remove debugging and analytics for production #17

Description

@Headonpillow

Remove un-needed debugging and analytics tests in final production-ready container

This issue is to be implemented at later stages.

Examples of checks to remove in .R scripts:

  # Basic checks
  # They are expected to be provided by Snakemake
  # The checks are mostly needed when running the script interactively for debugging
  if (is.null(samples_file)) {
    stop("Missing required input: 'samples'")
  }
  if (any(vapply(list(track_out, qc_out, seqtab_out), is.null, logical(1)))) {
    stop("Missing required outputs: expect names 'track','qc','seqtab'.")
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions