Skip to content

Commit

Permalink
Do not automatically enable velvet in isolate mode
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Aug 11, 2015
1 parent 79e4f75 commit 23f2eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ def printConfiguration(fileName=None):
settings.doscaffolding = True
selected_programs["multialign"]
selected_programs["validate"] = ",".join(supported_programs["validate"])
selected_programs["assemble"] = selected_programs["assemble"] + ",velvet"
selected_programs["findorfs"] = "prokka"
asmScores = "%d"%(utils.SCORE_TYPE.ALL)
skipsteps.add("Scaffold")
Expand Down

0 comments on commit 23f2eca

Please sign in to comment.