Skip to content

Commit

Permalink
Replaced SmallMolecule with DrugChemicalConflated.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Feb 13, 2024
1 parent 0ff34ed commit 10b0f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-loading/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ data/synonyms/done:
gunzip data/synonyms/*.txt.gz
echo Downloaded synonyms from ${SYNONYMS_URL}
split -d -l 10000000 data/synonyms/Protein.txt data/synonyms/Protein.txt. && rm data/synonyms/Protein.txt
split -d -l 10000000 data/synonyms/SmallMolecule.txt data/synonyms/SmallMolecule.txt. && rm data/synonyms/SmallMolecule.txt
# split -d -l 10000000 data/synonyms/SmallMolecule.txt data/synonyms/SmallMolecule.txt. && rm data/synonyms/SmallMolecule.txt
split -d -l 10000000 data/synonyms/DrugChemicalConflated.txt data/synonyms/DrugChemicalConflated.txt. && rm data/synonyms/DrugChemicalConflated.txt
split -d -l 10000000 data/synonyms/Gene.txt data/synonyms/Gene.txt. && rm data/synonyms/Gene.txt
echo Split Protein.txt, SmallMolecule.txt and Gene.txt, and deleted the original files.
touch $@
Expand Down

0 comments on commit 10b0f96

Please sign in to comment.