generate the input file to label taxa with condor
1 2 3 4 5 6 7 8 9 10 11 | condor_label_taxa(
asv_file = "",
taxa_model_file = "",
taxa_prefix = "taxa",
taxa_outdir = ".",
condor_file = "condor_label_taxa",
batch_name = "dada2_label_taxa",
confidence_thr = 60,
request_cores = 4,
request_mem = "4 GB"
)
|
asv_file |
rds file with the ASV table without chimeras |
taxa_model_file |
RData file with ta learned taxa model to use
with |
taxa_prefix |
name of the output file |
taxa_outdir |
directory where the output is going to be saved |
condor_file |
name of the file with condor instructions |
batch_name |
string with the name of the batch |
confidence_thr |
confidence threshold, higher levels indicates higher accuracy |
request_cores |
number of cpus per machine |
request_mem |
number of GB required as memory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.