This function merges a group of files in MAF format This function takes the path to the directory with MAF files and concatenates them into a single file
1 2 3 4 5 6 7 8 9 |
maf_dir |
Path to maf file dir |
recursive |
Reads all files in the directory recursively. Default TRUE |
pattern |
Pattern to identify MAF files with. Default "maf" |
threads |
Number of threads to use. |
generate_file |
Generate an output file. Default TRUE |
output_name |
Output file name without extension. Default "merged" |
output_dir |
Path to output directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.