-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
52 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_ABB-SCORE → data/makefiles/Makefile_ABB-SCORE.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_Condel → data/makefiles/Makefile_Condel.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_Eigen-phred → data/makefiles/Makefile_Eigen-phred.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_FATHMM-XF → data/makefiles/Makefile_FATHMM-XF.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
SHELL:=/bin/bash | ||
|
||
help: | ||
@cat Makefile_HPO.mk | ||
|
||
download: | ||
wget -c http://purl.obolibrary.org/obo/hp/hpoa/phenotype_to_genes.txt | ||
wget -c http://purl.obolibrary.org/obo/hp.obo | ||
wget -c http://purl.obolibrary.org/obo/hp/hpoa/phenotype_annotation.tab | ||
wget -c http://ftp.ebi.ac.uk/pub/databases/genenames/hgnc/tsv/hgnc_complete_set.txt | ||
wget -c https://stringdb-static.org/download/protein.links.detailed.v11.0/9606.protein.links.detailed.v11.0.txt.gz | ||
wget -c https://string-db.org/mapping_files/STRING_display_names/human.name_2_string.tsv.gz | ||
|
||
convert: | ||
awk -F ' ' '{print $$5}' < phenotype_annotation.tab | sort | uniq -c | awk '{print $$2 " " $$1}' > HPO_counts.txt | ||
python3 generate_HPO_resources.py --hpo_ontology hp.obo --gene_phenotype phenotype_to_genes.txt --gene_hpo gene2hpo.pkl --hpo_edges hpo_edges.pkl --hpo_counts HPO_counts.txt --hpo_graph hpo_graph.pkl --hgnc_symbols hgnc_complete_set.txt --hgnc_gene hgnc2gene.pkl --string_links 9606.protein.links.detailed.v11.0.txt.gz --string_mapping human.name_2_string.tsv.gz --gene_interacting gene2interacting.pkl | ||
|
||
rm phenotype_to_genes.txt | ||
rm hp.obo | ||
rm phenotype_annotation.tab | ||
rm hgnc_complete_set.txt | ||
rm 9606.protein.links.detailed.v11.0.txt.gz | ||
rm human.name_2_string.tsv.gz | ||
rm hpo_edges.pkl | ||
rm HPO_counts.txt | ||
|
||
mv gene2hpo.pkl ../hpo_resources/ | ||
mv gene2interacting.pkl ../hpo_resources/ | ||
mv hgnc2gene.pkl ../hpo_resources/ | ||
mv hpo_graph.pkl ../hpo_resources/ |
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_MutationAssessor → data/makefiles/Makefile_MutationAssessor.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_gnomAD_OE → data/makefiles/Makefile_gnomAD_OE.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_phastCons46mammal → data/makefiles/Makefile_phastCons46mammal.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_phastCons46primate → .../makefiles/Makefile_phastCons46primate.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../makefiles/Makefile_phastCons46vertebrate → ...kefiles/Makefile_phastCons46vertebrate.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_phyloP46mammal → data/makefiles/Makefile_phyloP46mammal.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_phyloP46primate → data/makefiles/Makefile_phyloP46primate.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_phyloP46vertebrate → .../makefiles/Makefile_phyloP46vertebrate.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_segmentDuplication → .../makefiles/Makefile_segmentDuplication.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
data/makefiles/Makefile_simpleRepeat → data/makefiles/Makefile_simpleRepeat.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters