BDC studies can be categorized into programs as per either their tags field (fewer but larger programs) or authz field (more but smaller programs). This PR adds a Program column to the BDC IDs CSV file using the programs from the authz field. The --group-by argument can then be used in bin/get_dbgap_data_dicts.py to group the output files by this Program field.
BDC studies can be categorized into programs as per either their
tags
field (fewer but larger programs) orauthz
field (more but smaller programs). This PR adds aProgram
column to the BDC IDs CSV file using the programs from theauthz
field. The--group-by
argument can then be used inbin/get_dbgap_data_dicts.py
to group the output files by thisProgram
field.