Skip to content

Commit

Permalink
1.6.2 fix html group
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroscampoy committed Jun 6, 2020
1 parent 03dd405 commit 4843d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/summary_report_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def summary_to_html_group(group_folder, html_template):
dfm = dfm.sort_values(by=['N','length'], ascending=[False,False]).reset_index(drop=True)

table = tabulate(dfm, headers='keys', tablefmt='html', showindex=False)
table = html.unescape(table)

final_html = html_template.replace('TABLESUMMARY', table)

Expand Down
2 changes: 1 addition & 1 deletion plasmidID
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e
#INSTITUTION:ISCIII
#CENTRE:BU-ISCIII
#AUTHOR: Pedro J. Sola ([email protected])
VERSION=1.6.1
VERSION=1.6.2
#CREATED: 15 March 2018
#
#ACKNOLEDGE: longops2getops.sh: https://gist.github.com/adamhotep/895cebf290e95e613c006afbffef09d7
Expand Down

0 comments on commit 4843d02

Please sign in to comment.