Skip to content

Commit

Permalink
Removed make_bedpe for FI results
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeil committed Aug 31, 2017
1 parent 9041900 commit ceaa45c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions star_fusion_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ def fusion_inspector(results, args):
fi_rename = os.path.join(fi_path, 'fusion-inspector-results.final')
os.rename(fi_output, fi_rename)

# Create bedpe format
make_bedpe(fi_rename, os.path.join(fi_path, 'fusion-inspector-results.final.bedpe'))


def main():
"""
Expand Down

0 comments on commit ceaa45c

Please sign in to comment.