View source: R/submit_peaksat_jobs.R
make_submit_cmd | R Documentation |
Title
make_submit_cmd(
psc,
treatment,
control,
submit_script = get_submit_script(),
hold_jid = NULL
)
treat_bam = "/slipstream/galaxy/uploads/working/qc_framework/output/MCF10A_H3K4AC_R1/MCF10A_H3K4AC_R1.bam"
ctrl_bam = "/slipstream/galaxy/uploads/working/qc_framework/output/MCF10A_input_R1/MCF10A_input_R1.bam"
psc = peaksat_config()
cmd = make_submit_cmd(psc, treat_bam, ctrl_bam)
sub_out = system(cmd, intern = TRUE)
sub_out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.