Hi,
Thanks for your work on DTI-VOODOO.
I am trying to run DTI-VOODOO on my computer and I followed below steps as mentioned in in the src/README.md :
first created an enviornment which looks like this env.txt
then
- went to the folders
data/STITCH_data , data/STRING_data , data/PhenomeNET_data and ran download.sh command: successfully finished
- went to
src/ and ran DTI_data_preparation.py:
there were errors with from sklearn.metrics import jaccard_similarity_score in similarity_measurement.py but I fixed that.
got this output data_prep_output.txt
After this finished successfully, I went to the DL2vec directory and ran the command produced by the previous step
python runDL2vec.py -embedsize 200 -ontology ../../data/PhenomeNET_data/phenomenet.owl -associations ../../data/PhenomeNET_data/drugassociation_file -outfile ../../data/PhenomeNET_data/drugembedding_model -entity_list ../../data/PhenomeNET_data/drugentity_list -num_workers 48
and got this error: error.txt
Could you please help me figure out what's going on?
Hi,
Thanks for your work on DTI-VOODOO.
I am trying to run DTI-VOODOO on my computer and I followed below steps as mentioned in in the
src/README.md:first created an enviornment which looks like this env.txt
then
data/STITCH_data,data/STRING_data,data/PhenomeNET_dataand randownload.shcommand: successfully finishedsrc/and ranDTI_data_preparation.py:there were errors with
from sklearn.metrics import jaccard_similarity_scoreinsimilarity_measurement.pybut I fixed that.got this output data_prep_output.txt
After this finished successfully, I went to the
DL2vecdirectory and ran the command produced by the previous steppython runDL2vec.py -embedsize 200 -ontology ../../data/PhenomeNET_data/phenomenet.owl -associations ../../data/PhenomeNET_data/drugassociation_file -outfile ../../data/PhenomeNET_data/drugembedding_model -entity_list ../../data/PhenomeNET_data/drugentity_list -num_workers 48and got this error: error.txt
Could you please help me figure out what's going on?