vertesy / TheCorvinas

Various Scripts and Summaries

Home Page:http://vertesy.github.io/TheCorvinas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sloppy directory checking in MapAndGo.py in 5ac928d and before

vertesy opened this issue · comments

if any dir exists, it does not recreate the bash_files dir, and exits with an error.

Valid: 5ac928d and before

Here was a bug

@line ~107

    if not os.path.isdir(argv_imput["-counts_out"]):
        os.mkdir(params["-bash_out"])