diff tools/filters/seq_select_by_id.txt @ 2:28d52478ace9 draft

Uploaded v0.0.4 which adds a unit test.
author peterjc
date Mon, 15 Apr 2013 12:28:51 -0400
parents 50a8a6917a9c
children
line wrap: on
line diff
--- a/tools/filters/seq_select_by_id.txt	Fri May 18 12:25:12 2012 -0400
+++ b/tools/filters/seq_select_by_id.txt	Mon Apr 15 12:28:51 2013 -0400
@@ -35,7 +35,10 @@
 =======
 
 v0.0.1 - Initial version.
-v0.0.3 - Ignore blank lines in input
+v0.0.3 - Ignore blank lines in input.
+v0.0.4 - Record script version when run from Galaxy.
+       - Basic unit test included.
+
 
 Developers
 ==========
@@ -43,10 +46,10 @@
 This script and related tools are being developed on the following hg branch:
 http://bitbucket.org/peterjc/galaxy-central/src/tools
 
-For making the "Galaxy Tool Shed" http://community.g2.bx.psu.edu/ tarball use
+For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
 the following command from the Galaxy root folder:
 
-tar -czf seq_select_by_id.tar.gz tools/filters/seq_select_by_id.*
+$ tar -czf seq_select_by_id.tar.gz tools/filters/seq_select_by_id.* test-data/k12_ten_proteins.fasta test-data/k12_hypothetical.fasta test-data/k12_hypothetical.tabular
 
 Check this worked:
 
@@ -54,6 +57,9 @@
 filter/seq_select_by_id.py
 filter/seq_select_by_id.txt
 filter/seq_select_by_id.xml
+test-data/k12_ten_proteins.fasta
+test-data/k12_hypothetical.fasta
+test-data/k12_hypothetical.tabular
 
 
 Licence (MIT/BSD style)