Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blank dataset and encounter 'KeyError: "['OurCohort_P'] not in index"' errors while preparing gs data ... done #2

Open
sunyl312 opened this issue Nov 7, 2024 · 0 comments

Comments

@sunyl312
Copy link

sunyl312 commented Nov 7, 2024

  • FunMap version: 0.1.20
  • Python version: 3.10.14
  • Operating System:

Description

The 'OurCohort_P' dataset contains only 'Gene' data, leading to no samples being included in this dataset. During the QC process, funmap did not consider this dataset, and I overlooked the fact that this file was not included in the output report. Subsequently, I used nohup to run the next step, and during the 'Preparing gs data ... done' process, it failed to ignore this empty dataset, resulting in a 'KeyError: ["OurCohort_P"] not in index' error. Initially, a message indicated 'OurCohort_P ... not enough samples, skipped', but it was easy to miss.

What I Did

nohup funmap run -c dataset_2024.yaml &

KeyError: "['OurCohort_P'] not in index"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant