Re: [Seqan-dev] minor mistake in seqan tutorial


Thanks, I just corrected it.

On 12/06/2011 02:22 PM, Konstantin Okonechnikov wrote:
The "Getting Started" tutorial contains a minor mistake.

Page:
http://trac.seqan.de/wiki/Tutorial/GettingStarted#CreatingYourFirstApplication

Code:

 >Within this sandbox, we can now create a new application using the
code generator.
 ># cd ../..
 ># ./util/bin/skel.py app my_app sandbox/my_sandbox

The first command  (cd ../..) is redundant since the working dir has
already been changed earlier and application can not be created without
an existing repository.

Best regards,
    Konstantin