pepkit/geofetch

Large, constant sample attributes should be moved to project config

Closed this issue · 2 comments

Sometimes methods are stored as sample attributes in the SOFT files. This will be more efficiently stored at the project level in a PEP.

--const-limit-project=50,means constant sample attributes with more than 50 characters should be put in project yaml instead of csv.

--const-limit-discard=250, means constant sample attributes with more than 250 characters should be discarded.

--attr-limit-truncate=500., means any attribute with more than X characters will truncate to the first X.