pombase/genome_changelog

Create separate files for RNA and DNA new / deleted genes

Closed this issue · 2 comments

As dicussed this morning @kimrutherford

Hi @kimrutherford the files are there now:

results/pombase_tables/
├── gene-coordinate-change-data.tsv
├── new-gene-data-RNA.tsv <
├── new-gene-data-protein-coding.tsv <
├── new-gene-data.tsv
├── removed-gene-data-RNA.tsv <
├── removed-gene-data-protein-coding.tsv <
└── removed-gene-data.tsv
  • The new-gene-data.tsv and removed-gene-data.tsv can be removed once you adapt the code of the website that relies on them.

The gene-coordinate-change-data.tsv file does not have to be splitted, right?

Thanks Manu! All done now.