David Brooks

Results 17 comments of David Brooks

Please try: ``` import configargparse p = configargparse.ArgumentParser(description='Just one sentence to describe my utility') p.add('-c', '--my-config', required=True, is_config_file=True, help='config file path') p.add('--genome', required=True, help='path to genome file') p.parse_args() ``` I...

Yes to a constructor option that would allow config file related text to be modified or suppressed. Isn't there also a formatting issue? Shouldn't the above read: ``` Just one...

I also have this issue... The 20 second sleep made no difference.

@timmywil any chance of this being merged? It all works for me. Thanks!

Thanks!! A great library -- it just works and works well, compared to some others out there...

Hmm, with a bit more testing I understand that the index refresh is needed... Why though the wheel spin? Is it because of lock contention? Commenting out line 126 of...