tg_summary_metrics_bam_picard: Generate BAM Summary for Targeted data

View source: R/picard.R

tg_summary_metrics_bam_picardR Documentation

Generate BAM Summary for Targeted data

Description

Generate BAM Summary for Targeted data

Usage

tg_summary_metrics_bam_picard(
  bin_picard = build_default_tool_binary_list()$bin_picard,
  bam = "",
  output_dir = ".",
  verbose = FALSE,
  batch_config = build_default_preprocess_config(),
  tmp_dir = ".",
  ref_genome = "",
  threads = 1,
  ram = 4,
  bi = "",
  ti = "",
  mode = "local",
  executor_id = make_unique_id("TGsummaryMetrics"),
  task_name = "TGsummaryMetrics",
  time = "48:0:0",
  update_time = 60,
  wait = FALSE,
  hold = NULL
)

Arguments

bin_picard

Path to bwa executable. Default path tools/samtools/samtools.

bam

Path to the input file with the sequence.

output_dir

Path to the output directory.

verbose

Enables progress messages. Default False.

tmp_dir

Path to TMP directory. Default .

ram

RAM memory to use in GB. Default 4.

bi

Bait capture target interval for panel data. Interval format.

ti

Primary target intervals for panel data. Interval format.

executor_id

OPTIONAL Task executor name. Default "recalCovariates"

task_name

OPTIONAL Task name. Default "recalCovariates"

time

OPTIONAL If batch mode. Max run time per job. Default "48:0:0"

update_time

OPTIONAL If batch mode. Job update time in seconds. Default 60.

wait

OPTIONAL If batch mode wait for batch to finish. Default FALSE

hold

OPTIONAL HOld job until job is finished. Job ID.


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.