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
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:
It looks like
arggs.ploidyshould beargs.ploidy, i.e.: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