eastgenomics / eggd_generate_variant_workbook

DNAnexus app for generating xlsx variant workbooks
3 stars 0 forks source link

Changed order of add_decipher_column and reorder_columns #122

Closed kjwinfield closed 2 years ago

kjwinfield commented 2 years ago

This edit reorders the function calls so that a DECIPHER column is created before reorder_columns can reorder the columns. This means that the DECIPHER column can be moved around.

This version of the app was built as an applet on DNAnexus to test. In this project: 004_220720_eggd_generate_variant_workbook_v2.2.0_testing:/decipher_link the input .vcf and applet can be found.

Running the applet with the input -ireorder_columns='DECIPHER'should reorder the columns in the excel workbook output so that the DECIPHER column is the first column. This test shows that the functions have been rearranged to allow the DECIPHER column to be moved.

Example

dx run applet-GFyQzBj42Zj5BxPb4bJQ6v6j -ivcfs=file-GFyK8yj42ZjGg1QK4vfqQQfq -ireorder_columns='DECIPHER' -idecipher=true

Job ID: job-GFyV3Gj42Zj554Z94fbqK4y6 Example output excel: Screenshot from 2022-08-17 17-14-00


This change is Reviewable