proksee-project / proksee-cmd

Repo for Proksee Cmd Line Tools
Apache License 2.0
21 stars 2 forks source link

Input checking and sanitization #81

Open emarinier opened 1 year ago

emarinier commented 1 year ago

We should make sure all inputs are checked and sanitized correctly.

emarinier commented 1 year ago

Update proksee/assembly_measurer.py and any other places that use subprocess.run to use the arg version instead of the string version.