Skip to content

extract_mapped() function takes 3 arguments when specifying --digGold  #40

Description

@alexpan82

Hello!

I think I may have found a potential bug in imrep.py while running it using the --digGold -a options:

File "/users/tools/imrep/imrep.py", line 1022, in
extract_mapped(i,file,k)
TypeError: extract_mapped() takes exactly 2 arguments (3 given)

Line 67 confirms that the function only takes 2 arguments:
def extract_mapped(tag,file):

Lines 1021 & 1022 nested in the conditional elif args.is_digGold:
k=0
extract_mapped(i,file,k)

Thank you,
Alex

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions