Skip to content

Commit

Permalink
changed tmChem repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvacasani committed Apr 9, 2020
1 parent f8bdcd5 commit 3c4fbcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TEES-master/Tools/TMCHEM.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
def test(progDir):
return True

def run(input,output=None,rep="/home/salva/tmChem/"):
def run(input,output=None,rep="/home/user/tmChem/"):
#input is an elementTree object!
# print("Loading corpus "+input,file=sys.stderr)

Expand Down
2 changes: 1 addition & 1 deletion TEES-master/Tools/TMCHEM_noduplicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
def test(progDir):
return True

def run(input,output=None,rep="/home/salva/tmChem/"): #change home directory if runned from local
def run(input,output=None,rep="/home/user/tmChem/"): #change home directory if runned from local
#input is an elementTree object!
# print("Loading corpus "+input,file=sys.stderr)

Expand Down

0 comments on commit 3c4fbcc

Please sign in to comment.