Skip to content

Commit

Permalink
added *.arg file format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrasmus committed Sep 15, 2013
1 parent d879354 commit fc211e0
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 84 deletions.
3 changes: 2 additions & 1 deletion bin/arg-sim
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ sites.chrom = conf.chrom
print "writing output: ", conf.output + ".{sites,arg}"

path = os.path.dirname(conf.output)
util.makedirs(path)
if path:
util.makedirs(path)

sites.write(conf.output + ".sites")
arglib.write_arg(conf.output + ".arg", arg)
Loading

0 comments on commit fc211e0

Please sign in to comment.