Skip to content

Commit

Permalink
updated build script to delete temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jul 10, 2024
1 parent 27ed5f9 commit f022783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def main():
runSampMap(True,sampfiles,smap,cid,emap,cclass,ctfile,fses,desfile)
runSampMap(False,chemfiles,smap,cid,emap,cclass,ctfile,fses,desfile)
runSampMap(False,[],smap,cid,emap,cclass,ctfile,fses,desfile)

for f in sampfiles+chemfiles:
os.system('rm '+f)
##now we run validation
runSchemaCheck()
if args.expo:
Expand Down

0 comments on commit f022783

Please sign in to comment.