Skip to content

Commit

Permalink
Add echo as system command
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Feb 25, 2014
1 parent d543711 commit e013790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

LIBRARY_TYPES = enum("PAIRED", "MATED")
TECHNOLOGY_TYPES = enum("SOLEXA", "SANGER", "PACBIO", "454")
SYSTEM_COMMANDS = [ "mkdir", "mv", "bash", "ln", "rm", "cp", "ls" ]
SYSTEM_COMMANDS = [ "mkdir", "mv", "bash", "ln", "rm", "cp", "ls", "echo" ]

_readlibs = []
_skipsteps = []
Expand Down

0 comments on commit e013790

Please sign in to comment.