Skip to content

Commit

Permalink
- release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phenolophthaleinum committed Sep 18, 2023
1 parent f936c9d commit 6dc6036
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phastDNA_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
current_task_file = ''
ptrs = defaultdict(dict)

# tasks = {}
hypers_lookup = {
'--dim': 'Word vector size',
'--minn': 'Minimum k-mer size',
Expand All @@ -28,12 +27,6 @@
}


# def run_wrapper(task_name):
# with open(f"{task_name}.log", "w") as f:
# cmd = subprocess.Popen(['python', 'dummyscript.py', '-l', task_name], stdout=f)
# subprocess.Popen(['python', 'dummyscript.py', '-l', task_name, ">", f"{task_name}.log"], shell=True)


@app.route('/')
def index():
return flask.render_template('index.html')
Expand Down

0 comments on commit 6dc6036

Please sign in to comment.