pepkit / pepspec

Documentation for PEP specification and all PEPkit software
https://pep.databio.org/
10 stars 4 forks source link

New sample_modifier: append_derive #12

Open stolarczyk opened 3 years ago

stolarczyk commented 3 years ago

There's a recurring pattern in many of the PEPs we're creating:

  1. append an attribute (arbitrary string) for every sample
  2. use this string to derive a desired value

See this PEP, for example

Therefore it seems like adding a sample_modifiers.append_derive would be useful