Skip to content

Commit

Permalink
star-fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
arnald-alonso committed Dec 3, 2016
1 parent f20ca84 commit b4ee4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def print_samples(path,config):
for x, y in sorted(samples.iteritems()):
res = []
if sok.has_key(x):
link = "../results_star-fusion/" + x + ".fusion_candidates.txt"
link = "../results_star-fusion/" + x + "/star-fusion.fusion_candidates.final.abridged"
link = '<a href="LINK" target="_blank">OK</a>'.replace("LINK", link)
res.append(link)
else:
Expand Down

0 comments on commit b4ee4cb

Please sign in to comment.