Skip to content

Can gaptools be run on only the subject phenotype files? #16

@DanielEWeeks

Description

@DanielEWeeks

The gaptools documentation mentions only two required files: the subject consent and the subject sample map files.

So I was wondering if it could be run on input that contains those two plus the subject phenotype files without providing any genotype data? Or is it required that genotype data be present for a run of gaptools?

For example, if I run it on a made-up test data set with this json below, it doesn't do anything beyond generating a metrics-CHECK_METADATA_FILES.json file containing the following:

[
    {
        "dag_id": "GapTools",
        "run_id": "2023-02-08-13-57-32",
        "dag_task": "CHECK_METADATA_FILES",
        "metric_name": "dag_run_start_time",
        "metric_value": "2023-02-08 13:57:45",
        "metric_object": ""
    }
]

Input meta data json file

{
  "NAME": "Example 1",
  "FILES": [
    {
      "name": "ExampleConsent_DS.txt",
      "type": "subject_consent_file"
    },
    {
      "name": "ExampleConsent_DD.xlsx",
      "type": "subject_consent_data_dictionary_file"
    },
    {
      "name": "ExampleSSM_DS.txt",
      "type": "subject_sample_mapping_file"
    },
    {
      "name": "ExampleSSM_DD.xlsx",
      "type": "subject_sample_mapping_data_dictionary_file"
    },
    {
      "name": "DS_Example.txt",
      "type": "phenotype_ds"
    },
    {
      "name": "3b_SSM_DD_Example1.xlsx",
      "type": "phenotype_dd"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions