diff tools/filters/seq_select_by_id.txt @ 1:50a8a6917a9c draft

Uploaded update (v0.0.3) to ignore blank lines in the ID file
author peterjc
date Fri, 18 May 2012 12:25:12 -0400
parents 838b9bebfa3c
children 28d52478ace9
line wrap: on
line diff
--- a/tools/filters/seq_select_by_id.txt	Tue Jun 07 17:43:38 2011 -0400
+++ b/tools/filters/seq_select_by_id.txt	Fri May 18 12:25:12 2012 -0400
@@ -1,5 +1,5 @@
-Galaxy tool to select FASTA, FASTQ or SFF sequences by ID
-=========================================================
+Galaxy tool to select FASTA, QUAL, FASTQ or SFF sequences by ID
+===============================================================
 
 This tool is copyright 2011 by Peter Cock, The James Hutton Institute
 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
@@ -26,7 +26,7 @@
 You will also need to modify the tools_conf.xml file to tell Galaxy to offer the
 tool. One suggested location is in the filters section. Simply add the line:
 
-<tool file="filters/sff_select_by_id.xml" />
+<tool file="filters/seq_select_by_id.xml" />
 
 You will also need to install Biopython 1.54 or later. That's it.
 
@@ -35,7 +35,7 @@
 =======
 
 v0.0.1 - Initial version.
-
+v0.0.3 - Ignore blank lines in input
 
 Developers
 ==========