genomic-medicine-sweden / tomte

A nextflow pipeline for analysing expression and splicing in RNA seq data from rare disease patient
MIT License
12 stars 3 forks source link

Give systematic naming to columns from DROP output #131

Closed Lucpen closed 4 months ago

Lucpen commented 4 months ago

Description of the bug

Column naming is not so systematic (many in camel case, some that useunderscores, some that mix, some with ALL CAPS, some all lower without any separators). Also some unused columns by the looks of it, esp for fraser? Like GENE_COUNTS_FILE, SPLICE_COUNTS_DIR, DNA_ID aso.

Command used and terminal output

No response

Relevant files

No response

System information

No response

dnil commented 4 months ago

I have a feeling the ideal would be to pass this one level up to make it match the DROP documentation, but having all in one convention would sure be pretty!

Lucpen commented 4 months ago

The captails separated by _ come form the annotation table, I could make them into camel case and that way everything would match