I am having this error repeteadly, even when I have formatted files according to readme specifications. Could you help me with this issue? Thanks!
Preparing files for analysis...
Traceback (most recent call last):
File "./gnova.py", line 85, in
pipeline(parser.parse_args())
File "./gnova.py", line 34, in pipeline
args.sumstats2)
File "/Users/usuario/Desktop/pipeline/prep.py", line 67, in prep
len_b, len_a = len(bim_files), len(annot_files)
TypeError: object of type 'NoneType' has no len()
Hi,
I am having this error repeteadly, even when I have formatted files according to readme specifications. Could you help me with this issue? Thanks!
Preparing files for analysis... Traceback (most recent call last): File "./gnova.py", line 85, in
pipeline(parser.parse_args())
File "./gnova.py", line 34, in pipeline
args.sumstats2)
File "/Users/usuario/Desktop/pipeline/prep.py", line 67, in prep
len_b, len_a = len(bim_files), len(annot_files)
TypeError: object of type 'NoneType' has no len()