TRON-Bioinformatics / EasyFuse

EasyFuse is a pipeline for accurate fusion gene detection from RNA-seq data.
GNU General Public License v3.0
51 stars 12 forks source link

add extra indents to tool_frac calculation in merge_data.py #57

Closed Lies-VO closed 3 weeks ago

Lies-VO commented 2 months ago

Without this commit, the tool_frac column in the output had the same value in every row. This commit adds two extra indents to the tool_frac calculation in the merge_data.py script to fix this bug.