Skip to content

reorder the col order of relative_concentration.tsv output file #11

Draft
yinshiyi wants to merge 3 commits intoLexogen-Tools:masterfrom
yinshiyi:patch-1
Draft

reorder the col order of relative_concentration.tsv output file #11
yinshiyi wants to merge 3 commits intoLexogen-Tools:masterfrom
yinshiyi:patch-1

Conversation

@yinshiyi
Copy link

@yinshiyi yinshiyi commented Feb 26, 2026

match the col order of relative_concentration.tsv output file with coverage/CoD_table_whole.tsv, which is sorted alphabetically.
CoD table column is sorted lexicographically (alphabetically).

header = "gene_id\t" + "\t".join(list(sorted(self.bam_coverage.keys()))) + "\n"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant