The settings for name, version and type from a contained tool configuration file's requirement tag does not match the information for the following tool dependency definitions in the tool_dependencies.xml file, so these tool dependencies have no relationship with any tools within this repository.
* name: zlib, type: package, version: 1.2.8
Repository revision
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository sickle
Name: sickle
Owner: iuc
Synopsis: A windowed adaptive trimming tool for FASTQ files using quality
Sickle is a tool that uses sliding windows along with quality and length
thresholds to determine when quality is sufficiently low to trim the 3'-end
of reads and also determines when the quality is sufficiently high enough to
trim the 5'-end of reads. It will also discard reads based upon the length
threshold. It takes the quality values and slides a window across them whose
length is 0.1 times the length of the read. If this length is less than 1,
then the window is set to be equal to the length of the read. Otherwise, the
window slides along the quality values until the average quality in the window
rises above the threshold, at which point the algorithm determines where
within the window the rise occurs and cuts the read and quality there for the
5'-end cut. Then when the average quality in the window drops below the
threshold, the algorithm determines where in the window the drop occurs and
cuts both the read and quality strings there for the 3'-end cut. However, if
the length of the remaining sequence is less than the minimum length
threshold, then the read is discarded entirely (or replaced with an "N"
record). 5'-end trimming can be disabled.
Clone this repository: hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/sickle
Type: unrestricted
Revision: 5:3905ccd5c631
This revision can be installed: True
Times cloned / installed: 963
Dependencies of this repository

Repository package_zlib_1_2_8 revision 411985b46ae8 owned by iuc (prior install required)

Name Version Type
sickle 1.33 package
zlib 1.2.8 package

Contents of this repository

Name Description Version Minimum Galaxy Version
windowed adaptive trimming of FASTQ data 1.33.1 any

Categories
Fastq Manipulation - Tools for manipulating fastq data
Sequence Analysis - Tools for performing Protein and DNA/RNA analysis