Description Usage Arguments Value Examples
View source: R/cat_rename_seq-id.R
Concatenate binned contigs into one file per sample and add samplename and bin name to the headers.
1 | cat_rename_seq_id(outdir, sample_accession)
|
bin_dirs_parent_dir |
String, path to directory containing directories with bins (metabat2 folder in pipeline function output) |
A file with the concatenated sequences with renamed headers is created in each sample folder. (total_(samplename).fa)
1 2 3 4 5 | ## Not run:
metabat_dir = paste0(samples_dir, "/metabat2")
cat_rename_seq_id(bin_dirs_parent_dir = metabat_dir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.