merge_bams_samtools | R Documentation |
This function takes a BAM file and merges it with others found within a directory. This function is still Work In Progress (WIP).
merge_bams_samtools(
bin_samtools = build_default_tool_binary_list()$bin_samtools,
bams = "",
output_name = "",
verbose = TRUE,
threads = 3,
ram = 4,
executor = make_unique_id("mergeBAMs"),
task = "mergeBAMs",
mode = "local",
time = "48:0:0",
update_time = 60,
wait = FALSE,
hold = NULL
)
bin_samtools |
Path to samtools binary. |
output_name |
Output file name |
verbose |
Enables progress messages. Default False. |
threads |
Number of threads to use.Default 3. |
bam |
Path to the input bam file with the sequence. |
bam_dir |
Path to directory with BAM files to merge. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.