Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 906 Bytes

File metadata and controls

21 lines (14 loc) · 906 Bytes

dbgap-prep

A Pennsieve analysis workflow application to create dbGaP submission files.

workflow

This application should be run in a workflow where it is preceded by a Data Source node to allow the user to choose the dataset's subjects.xlsx and samples.xlsx as input. This application should be followed in the workflow by a Data Target node with target type Pennsieve Dataset so that the dbGaP submission files created by this application are uploaded back into the dataset being prepared for submission.

Documentation on the format and contents of the dbGaP submission files can be found here: https://www.ncbi.nlm.nih.gov/gap/docs/submissionguide.

running locally

If you have an example subjects.xlsx and samples.xlsx files you'd like to test with, run

 % go run cmd/local/main.go -i <input directory containing subjects.xlsx and samples.xlsx> -o <output directory>