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
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