View source: R/shared_functions.R
generate the dagman file for running the pipeline with condor
1 2 3 4 5 6 7 8 | condor_generate_group_dag(
condordir,
prefix,
filter_trim_file,
error_rates_file,
merge_pairs_file,
seque_table_file
)
|
condordir |
directory where all condor files are going to be saved |
prefix |
prefix to be used in all files |
filter_trim_file |
name of the filter and trim condor file |
error_rates_file |
name of the learning error rates condor file |
merge_pairs_file |
name of the merge pairs condor file |
seque_table_file |
name of the make sequence table condor file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.