Description of the bug
Hello,
I run the pipeline and the result of fusion-report omit Cosmic database. I later figured out that it is due to a bug in the source script of fusion-report (file cosmic.py). Could you fix and merge it please:
change from:
return [
"--".join(re.findall(r"\(.*?\)", x["fusion_pair"])).replace("(", "").replace(")", "")
for x in res
]
to:
return [x["fusion_pair"] for x in res if x["fusion_pair"].strip() != ""]
Command used and terminal output
Relevant files
No response
System information
No response
Description of the bug
Hello,
I run the pipeline and the result of fusion-report omit Cosmic database. I later figured out that it is due to a bug in the source script of fusion-report (file cosmic.py). Could you fix and merge it please:
change from:
to:
return [x["fusion_pair"] for x in res if x["fusion_pair"].strip() != ""]
Command used and terminal output
Relevant files
No response
System information
No response