Call Somatic/Germline variants using MANTA in parallel This function takes a pair of matched samples or single | multiple germline variants and calls variants on them. This function parallelizes the number of jobs that can be run at single time.
1 2 3 4 5 6 7 8 9 10 | call_sv_manta_parallel(
bin_path = "tools/manta-1.6.0/build/bin/configManta.py",
bam_dir = "",
ref_genome = "",
output_dir = "",
verbose = FALSE,
targeted = FALSE,
jobs = 1,
threads = 3
)
|
bin_path |
REQUIRED Path to strelka binary. Somatic or Germline. |
bam_dir |
REQUIRED Path to directory with BAM files. |
ref_genome |
REQUIRED Path to reference genome. |
output_dir |
OPTIONAL Path to the output directory. |
verbose |
DEFAULT==FALSE Enables progress messages. |
targeted |
OPTIONAL If exome/capture method. Default FALSE |
jobs |
OPTIONAL Number of jobs. Default 1 |
threads |
OPTIONAL Number of threads per job. Default 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.