]> git.donarmstrong.com Git - biopieces.git/commitdiff
updating add_ident.wiki
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 1 Jul 2008 00:17:38 +0000 (00:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 1 Jul 2008 00:17:38 +0000 (00:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@83 74ccb610-7750-0410-82ae-013aeee3265d

bp_usage/add_ident.wiki

index d37bce02f622af18851c1eb79f863eb9017e142a..a7fabc079c392aa7b87466b0bd8511d65ca31d5c 100644 (file)
@@ -6,7 +6,8 @@ Adds a unique identifier to each record in the stream.
 
 ==Description==
 
-For records without an identifier, or where the identifier is non-unique, a new identifier can be added with *add_ident* - or existing identifiers can be replaced.
+For records without an identifier, or where the identifier is non-unique,
+a new identifier can be added with [add_ident] - or existing identifiers can be replaced.
 
 ==Usage==
 
@@ -35,7 +36,7 @@ Mouse      GACTG       234
 Cat        AAATGCA     2342
 }}}
 
-We use [read_tab] to get the Sequence column, and the *add_ident* to generate a unique identifier for each record:
+We use [read_tab] to get the Sequence column, and the [add_ident] to generate a unique identifier for each record:
 
 {{{
 read_tab -i test.tab -s 1 -c 1 -k SEQ | add_ident
@@ -102,7 +103,9 @@ SEQ_NAME: ID_00000003
 ==Author==
 
 Martin Asser Hansen - Copyright (C) - All rights reserved.
+
 mail@maasha.dk
+
 August 2007
 
 ==License==
@@ -113,6 +116,6 @@ http://www.gnu.org/copyleft/gpl.html
 
 ==Help==
 
-*add_ident* is part of the Biopieces framework.
+[add_ident] is part of the Biopieces framework.
 
 http://code.google.com/p/biopieces/