Skip to content

Snakefile expects patients_rtstruct.txt file - no way to create this in codebase #7

Description

@katy-scott

patientFile = "metadata/patients_rtstruct.txt" with open(patientFile, 'r') as file: PATIENT_IDS = file.read().splitlines()

Lines 12-14 in Snakefile expect this metadata file that currently has RADCURE patient IDs in it, but no code exists in the repo to make this file for other datasets.

Either

  • Add code to make this metadata file
  • Change Snakefile to get PATIENT_IDS directly

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

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