Skip to content

Commit

Permalink
roll back novoalign version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jan 19, 2017
1 parent ce023ac commit e0dd6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mafft=7.221
mummer=3.23
muscle=3.8.1551
mvicuna=1.0
novoalign=3.06.05
novoalign=3.04.04
picard=2.5.0
prinseq=0.20.4
samtools=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion tools/novoalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_log = logging.getLogger(__name__)

TOOL_NAME = "novoalign"
TOOL_VERSION = "3.06.05"
TOOL_VERSION = "3.04.04"


class NovoalignTool(tools.Tool):
Expand Down

0 comments on commit e0dd6cf

Please sign in to comment.