Skip to content

Commit

Permalink
Merge pull request #122 from eastgenomics/decipher_link
Browse files Browse the repository at this point in the history
Changed order of add_decipher_column and reorder_columns
  • Loading branch information
jethror1 authored Aug 18, 2022
2 parents c0c8341 + 9135719 commit 7612860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/home/dnanexus/generate_workbook/utils/vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ def process(self) -> None:
if self.args.exclude or self.args.include:
self.drop_columns()

if self.args.reorder:
self.order_columns()

if self.args.decipher:
self.add_decipher_column()

if self.args.reorder:
self.order_columns()

self.format_strings()
self.add_hyperlinks()
self.rename_columns()
Expand Down

0 comments on commit 7612860

Please sign in to comment.