extract_pass_variants_strelka_vcf | R Documentation |
VCF datastructure is in list format and contains a header, a body and the corresponding col_names
extract_pass_variants_strelka_vcf(
bin_bgzip = build_default_tool_binary_list()$bin_bgzip,
bin_tabix = build_default_tool_binary_list()$bin_tabix,
vcf = NULL,
type = "snv",
chromosomes = NULL,
...
)
bin_bgzip |
Path to bgzip executable. |
bin_tabix |
Path to TABIX executable. |
vcf |
Path to the input VCF file. |
output_dir |
Path to the output directory. |
verbose |
Enables progress messages. Default False. |
executor_id |
Task EXECUTOR ID. Default "gatherBQSR" |
task_name |
Task name. Default "gatherBQSR" |
mode |
REQUIRED Where to parallelize. Default local. Options "local","batch" |
time |
OPTIONAL If batch mode. Max run time per job. Default "48:0:0" |
threads |
Number of threads to split the work. Default 3 |
ram |
OPTIONAL If batch mode. RAM memory in GB per job. Default 1 |
update_time |
OPTIONAL If batch mode. Show job updates every update time. Default 60 |
wait |
OPTIONAL If batch mode wait for batch to finish. Default FALSE |
hold |
OPTIONAL HOld job until job is finished. Job ID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.