View source: R/extract_metaphlan2_files.R
extract.metaphlan2.files | R Documentation |
This function extracts the humann metaphlan2 bug list file from a tgz file
extract.metaphlan2.files( match.pattern = "tgz$", location, move.to, n.cores = 1 )
match.pattern |
character; pattern to match desired files and directories. Default is "tgz$" |
location |
character; path to directory with files/directories you want to manipulate. |
move.to |
character; path to which to move extracted file. |
n.cores |
integer; if 1, will run serially, otherwise will extract in parallel utilzing up to the number of cores specified. Default is 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.