pepkit / peppy

Project metadata manager for PEPs in Python
https://pep.databio.org/peppy
BSD 2-Clause "Simplified" License
37 stars 12 forks source link

Streamlining user interface #457

Closed nsheff closed 7 months ago

nsheff commented 10 months ago

A collection of problems I ran into when trying to use looper for a project:

nsheff commented 7 months ago

example: I would like to make a peppy.Project from a sample yaml file:

- sample_name: sample 1
  file: path/to/file.tsv
- sample_name: sample 2
  file: path/to/2.tsv
prj = peppy.Project(sample_yaml="path.yaml")

or `prj = peppy.Project(sample_yaml={ ... sample dict ... })

nsheff commented 7 months ago

these are all done, or tracked in other issues.