populationgenomics / hail

Scalable genomic data analysis.
https://hail.is
MIT License
1 stars 1 forks source link

[hailctl] dataproc --pyfiles: include non-py files #249

Closed vladsavelyev closed 1 year ago

vladsavelyev commented 1 year ago

Current implementation of --pyfiles only keeps the files with .py extension in the archive. However, often non-py files are included into a package. Fix to make sure (ideally we could read setup.py/manifest/gitignore, but should work as a quick fix as dataproc will likely go away soon).