Skip to content

Commit 9b74eb9

Browse files
authored
Update build_all.py
1 parent 1e1541f commit 9b74eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def main():
115115
df='broad_sanger'
116116
else:
117117
df = di
118-
if not os.path.exists('/local/'+di+'_experiments.tsv'):
118+
if not os.path.exists('local/'+di+'_experiments.tsv'):
119119
run_cmd([di,'sh','build_exp.sh','/tmp/'+df+'_samples.csv','/tmp/'+df+'_drugs.tsv'],di+' experiments')
120120

121121

0 commit comments

Comments
 (0)