Skip to content

Support .csi index #39

@aksarkar

Description

@aksarkar

The pipeline checks that the input bam file is indexed by checking for the .bai extension, which means that indexes .csi are not allowed (although they should be).

bap/bap/cli_bap2.py

Lines 145 to 146 in 44061cd

if(not os.path.exists(input + ".bai")):
sys.exit("Index supplied .bam before proceeding")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions