# HG changeset patch
# User devteam
# Date 1380045026 14400
# Node ID e76e81b3eccf3913c8be557caa9dd9872cd4652d
# Parent 7d6cc3605cee2d8a6ca9333fb1fecb295ba82e88
Uploaded updated tool dependency recipe.
diff -r 7d6cc3605cee -r e76e81b3eccf tool_dependencies.xml
--- a/tool_dependencies.xml Tue Sep 10 16:41:48 2013 -0400
+++ b/tool_dependencies.xml Tue Sep 24 13:50:26 2013 -0400
@@ -4,35 +4,35 @@
- http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_amd64.tar.bz2
+ http://depot.galaxyproject.org/package/linux/x86_64/fastx_toolkit/0.0.13.tar.bz2
./bin
$INSTALL_DIR/bin
- http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2
+ http://depot.galaxyproject.org/package/linux/i386/fastx_toolkit/0.0.13.tar.bz2
./bin
$INSTALL_DIR/bin
- http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2
+ http://depot.galaxyproject.org/package/linux/i386/fastx_toolkit/0.0.13.tar.bz2
./bin
$INSTALL_DIR/bin
- http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_MacOSX.10.5.8_i386.tar.bz2
+ http://depot.galaxyproject.org/package/darwin/i386/fastx_toolkit/0.0.13.tar.bz2
./bin
$INSTALL_DIR/bin
- http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_MacOSX.10.5.8_i386.tar.bz2
+ http://depot.galaxyproject.org/package/darwin/x86_64/fastx_toolkit/0.0.13.tar.bz2
./bin
$INSTALL_DIR/bin
@@ -40,11 +40,11 @@
-
+
- http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2
+ http://depot.galaxyproject.org/package/source/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2
-
+
@@ -57,15 +57,6 @@
-The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing.
-
-Next-Generation sequencing machines usually produce FASTA or FASTQ files, containing multiple short-reads sequences (possibly with quality information).
-
-The main processing of such FASTA/FASTQ files is mapping (aka aligning) the sequences to reference genomes or other databases using specialized programs. Example of such mapping programs are: Blat, SHRiMP, LastZ, MAQ and many many others.
-
-However, it is sometimes more productive to preprocess the FASTA/FASTQ files before mapping the sequences to the genome - manipulating the sequences to produce better mapping results.
-
-The FASTX-Toolkit tools perform some of these preprocessing tasks.