Audrey Bollas

Results 2 comments of Audrey Bollas

I made a pull request to fix the if statement, in case this is the problem. I tested it on several examples. But I am not an expert in R...

I think I found the issue. In the `sortmerna.py` file we have ``` for line in f["f"]: if "Reads file" in line: parts = re.split(r"[:=]", line) s_name = self.clean_s_name(parts[-1], f)...