Uri Laserson

Results 36 issues of Uri Laserson

Is it possible that running `cloudera-director terminate director.conf` on the launcher instance is also terminating the launcher instance itself?

Currently, most eggo commands require a region and CF stack name to function. This seems redundant. Instead, take a single unique name for a cluster, and use it for the...

Or possibly some other mechanism for options that are always the same, like ENV vars. This is useful for the `cluster` side of the CLI.

If we're not going to use `fab` (which I believe is ultimately easier and more natural when it comes to specifying CLI options), we just need to ensure we close...

Python 3.12 removed the `SafeConfigParser` class: https://docs.python.org/3.12/whatsnew/3.12.html#configparser The `versioneer.py` file included in your repo is therefore not compatible with Python 3.12. Just something to keep in mind as time goes...

**Is your feature request related to a problem? Please describe.** Sometimes in a pipeline I have a simple Python string containing a nucleotide sequence and I'd like to scan it...

enhancement

**Is your feature request related to a problem? Please describe.** I'm guessing most people would rather work with a PWM as a numpy array. Numpy is already a dependency for...