Skip to content

Error of TADbit clean #389

@iagomaceda

Description

@iagomaceda

Hi,

If the user merges 3 or more replicates into a single one using tadbit merge and wants to clean the final folder (to only have the bam file that results from the last merge), the original folders will be deleted.

Example of the code used:

tadbit merge --workdir merge_dir --workdir1 rep1_dir --workdir2 rep2_dir --cpus 16 --skip_comparison [jobid 1]

tadbit merge --workdir merge_dir --workdir1 merge_dir --workdir2 rep3_dir --cpus 16 --skip_comparison [jobid 2]

tadbit clean -w merge_dir -j 1 --delete

When running the tadbit clean command rep1_dir and rep2_dir will be deleted.

TADbit version: 1.0.1 (installed via conda)

Thanks

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