Skip to content

Possible typo in singer_master in v0.1.9 #43

@Jesson-mark

Description

@Jesson-mark

Hi,

Thank you very much for developing and sharing SINGER. I have been trying to use v0.1.9 and noticed what seems to be a small typo in singer_master.

The current line is:

run_rate_singer(args.Ne, args.m, args.m*args.ratio, args.start, args.end, args.vcf, args.output, args.n, args.thin, args.polar, arggs.ploidy, args.seed)

It looks like arggs.ploidy should be args.ploidy, i.e.:

run_rate_singer(args.Ne, args.m, args.m*args.ratio, args.start, args.end, args.vcf, args.output, args.n, args.thin, args.polar, args.ploidy, args.seed)

This seems to cause an error when running singer_master.

I thought I should report it in case it is helpful. Thanks again for making the software available.

Best regards,

Jie

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