Skip to content

Commit

Permalink
Fix missing pfam in grch38 (#78)
Browse files Browse the repository at this point in the history
* Update retrieve_biomart_tables.R to allow download files based on reference genome

* Update grch38 ensembl_biomart_ccds.txt

* Update grch38 ensembl_biomart_refseq.txt

* Update grch38 ensembl_biomart_pfam.txt

* Update grch38 ensembl_biomart_geneids.txt

* Update grch38 ensembl_biomart_transcripts.json.gz

* Update ensembl_biomart_canonical_transcripts_per_hgnc.txt
  • Loading branch information
leexgh authored May 25, 2023
1 parent 04e4f1e commit 9c08841
Show file tree
Hide file tree
Showing 8 changed files with 1,065,080 additions and 1,056,782 deletions.
2 changes: 1 addition & 1 deletion data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ common_input/mouse/MGI_Gene_Model_Coord.rpt:
wget http://www.informatics.jax.org/downloads/reports/MGI_Gene_Model_Coord.rpt -O $@

$(VERSION)/input/ensembl_biomart_ccds.txt $(VERSION)/input/ensembl_biomart_geneids.txt $(VERSION)/input/ensembl_biomart_refseq.txt $(VERSION)/input/ensembl_biomart_pfam.txt:
Rscript --vanilla ../scripts/retrieve_biomart_tables.R $(SPECIES) $(VERSION)/input/
Rscript --vanilla ../scripts/retrieve_biomart_tables.R $(SPECIES) $(VERSION)/input/ $(GENOME_BUILD)

# download OncoKB cancer genes list
# need to set ONCOKB_TOKEN first by "export ONCOKB_TOKEN="
Expand Down
Loading

0 comments on commit 9c08841

Please sign in to comment.