imrep
imrep copied to clipboard
extract_mapped() function takes 3 arguments when specifying --digGold
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
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