Skip to content

muse.py needs os.symlink change #1

@Jeltje

Description

@Jeltje

in muse.py, line 139:
os.symlink(args.D,new_dbsnp)
should be
os.symlink(os.path.abspath(args.D),new_dbsnp)

Otherwise the -D input (dbsnp.vcf) must contain a full path, which is confusing (since the bam files do not need this)

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