1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Subject: update binary name
Description: usage show SOAPdenovo binary name
while generated binaries are kmer dependent.
Debian modification to lowercase applied too.
Forwarded: no
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2013-02-09
--- a/standardPregraph/main.c
+++ b/standardPregraph/main.c
@@ -105,7 +105,7 @@ int main ( int argc, char **argv )
static void display_usage ()
{
- fprintf ( stderr, "\nUsage: SOAPdenovo <command> [option]\n" );
+ fprintf ( stderr, "\nUsage: soapdenovo2-63mer/soapdenovo2-127mer <command> [option]\n" );
fprintf ( stderr, " pregraph construct kmer-graph\n" );
fprintf ( stderr, " sparse_pregraph construct sparse kmer-graph\n");
fprintf ( stderr, " contig eliminate errors and output contigs\n" );
|