-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We can see the context in the /wf/analysis/taxonomy/config/config.yaml
tp_filter_entropy: "auto" tp_filter_gini: "auto"
And the filterbam shell script in rules/taxonomic-profiling-filtering.smk
{params.filter_bam_bin} -r {params.tp_sizes} \ -N \ -g {params.tp_filter_entropy} \ -e {params.tp_filter_gini} \ -m {params.tp_filter_sort_mem} \ -t {threads} \ -n {params.tp_filter_nreads} \ -b {params.tp_filter_exp_bratio} \ -c {params.tp_filter_cov_evenness} \ -A {params.tp_filter_read_ani} \ {params.tp_extra} {params.bowtie2_bam_dedup}
But as I know, the filterbam v1 has not the "auto" value for the parameter -e and -g, it needs the true number.
So, if you have an extra calculating step for the "auto" param here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels