From a6017b362d600d5a41c1e4f9cfca56a48debb623 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 1 Jul 2008 00:17:38 +0000 Subject: [PATCH] updating add_ident.wiki git-svn-id: http://biopieces.googlecode.com/svn/trunk@83 74ccb610-7750-0410-82ae-013aeee3265d --- bp_usage/add_ident.wiki | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bp_usage/add_ident.wiki b/bp_usage/add_ident.wiki index d37bce0..a7fabc0 100644 --- a/bp_usage/add_ident.wiki +++ b/bp_usage/add_ident.wiki @@ -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/ -- 2.39.5