Skip to content

Commit

Permalink
Merge pull request #205 from eastgenomics/IN-500-fix-rename-additiona…
Browse files Browse the repository at this point in the history
…l-sheet

Remove strip CSQ prefix before renaming for additional files (#205)
  • Loading branch information
jethror1 authored Oct 31, 2024
2 parents d2ee6cf + 84794e6 commit c45cf27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/home/dnanexus/generate_workbook/utils/vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def read_additional_files(self):
if self.args.reorder:
file_df = self.order_columns([file_df])[0]

file_df.columns = self.strip_csq_prefix(file_df)
file_df = self.rename_columns([file_df])[0]
# force header to also be first line of df so it is written
# to the Excel sheet
Expand Down

0 comments on commit c45cf27

Please sign in to comment.