diff tools/filters/sff_filter_by_id.xml @ 1:9cd3591f6afa default tip

Migrated tool version 0.0.2 from old tool shed archive to new tool shed repository
author peterjc
date Tue, 07 Jun 2011 17:25:08 -0400
parents eb852527b26c
children
line wrap: on
line diff
--- a/tools/filters/sff_filter_by_id.xml	Tue Jun 07 17:24:49 2011 -0400
+++ b/tools/filters/sff_filter_by_id.xml	Tue Jun 07 17:25:08 2011 -0400
@@ -1,4 +1,4 @@
-<tool id="sff_filter_by_id" name="Filter SFF by ID" version="0.0.1">
+<tool id="sff_filter_by_id" name="Filter SFF by ID" version="0.0.2" hidden="true">
 	<description>from a tabular file</description>
 	<command interpreter="python">
 sff_filter_by_id.py $input_tabular $columns $input_sff
@@ -43,6 +43,12 @@
 	</requirements>
 	<help>
 
+**Deprecated**
+
+This tool is now obsolete, and should not be used in future. It has been
+replaced by a more general version covering FASTA, FASTQ and SFF in one
+single tool.
+
 **What it does**
 
 By default it divides a Standard Flowgram Format (SFF) file in two, those
@@ -62,7 +68,7 @@
 reads without BLAST matches (i.e. those which do not match your contaminant
 database).
 
-** Citation **
+**Citation**
 
 This tool uses Biopython to read and write SFF files. If you use this tool in
 scientific work leading to a publication, please cite the Biopython application