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

No return for 'eid'. #13

Open
raminsalmas opened this issue Aug 25, 2022 · 2 comments
Open

No return for 'eid'. #13

raminsalmas opened this issue Aug 25, 2022 · 2 comments

Comments

@raminsalmas
Copy link

raminsalmas commented Aug 25, 2022

Hi, The command below doesn't work:

df_qced['FID'] = df_qced['IID']

I think there's a bug:

Bug:

fields = [fields_for_id(f)[0] for f in field_ids] + [participant.find_field(name='p20160_i0')]

Debugged:

fields = [fields_for_id(f)[0] for f in field_ids] + [participant.find_field(name='p20160_i0')] + [participant.find_field(name='eid')]

@raminsalmas raminsalmas changed the title No result for ['eid']. No return for ['eid']. Aug 26, 2022
@raminsalmas raminsalmas changed the title No return for ['eid']. No return for df['eid']. Aug 26, 2022
@raminsalmas raminsalmas changed the title No return for df['eid']. No return for 'eid'. Aug 26, 2022
@anastazie-dnanexus
Copy link
Collaborator

Thank you for catching this. Feel free to make PR.

@mkoohim
Copy link

mkoohim commented Aug 21, 2023

Thanks @raminsalmas for your help. I had the same issue and your comment helped me to solve it!

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

3 participants