Skip to content

Clarify software requirements #7

@mfansler

Description

@mfansler

The Python software requirements are listing modules that are loaded, including some system modules that shouldn't need specification.

### python package dependency
- sys (*core*)
- gzip (*core*)
- pysam
- click
- os (*core*)
- pickle (*core*)
- numpy
- pandas
- progress.bar (**<- unclear**)
- collections (*core*)

It would be better to provide a Conda YAML or lockfile to define the software packages that need to be installed, rather than the module names. It is not always the case that module names correspond to package names (PyPI or otherwise).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions