Skip to content

Filterbam parameter config setting #1

@Fishball99

Description

@Fishball99

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions