Region: IOError: [Errno 22] invalid mode (‘w’) or filename
I’m not sure why, but for some reason, whenever I have “region” in the file name of the output file, it gives me this error:
I’m not sure why, but for some reason, whenever I have “region” in the file name of the output file, it gives me this error:
I have written a small module that first finds all the files in the directory, and merge them. But, I’m having the problem with opening these files from a directory. I made sure that my files and directory names are correct, and files are actually in the directory. Below is the code.. seqdir = "results" … Read more