# HG changeset patch # User devteam # Date 1447263614 18000 # Node ID 377ac2829eac09ae3ff8c85e0cb586eb6d7c4649 # Parent d77c9c6ecf6878cfdcb851b332103e31859a591a planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/fastx_toolkit/fastx_trimmer commit a1517c9d22029095120643bbe2c8fa53754dd2b7 diff -r d77c9c6ecf68 -r 377ac2829eac fastx_trimmer.xml --- a/fastx_trimmer.xml Tue Dec 03 12:36:14 2013 -0500 +++ b/fastx_trimmer.xml Wed Nov 11 12:40:14 2015 -0500 @@ -1,51 +1,52 @@ - + fastx_toolkit - zcat -f '$input' | fastx_trimmer -v -f $first -l $last -o $output + + - - - +]]> + - - - + + - - - - + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + **What it does** This tool trims (cut bases from) sequences in a FASTA/Q file. - + -------- **Example** @@ -56,7 +57,7 @@ TATGGTCAGAAACCATATGCAGAGCCTGTAGGCACC >2-1 CAGCGAGGCTTTAATGCCATTTGGCTGTAGGCACCA - + Trimming with First=1 and Last=21, we get a FASTA file with 21 bases in each sequences (starting from the first base):: @@ -71,13 +72,12 @@ TCAGA >2-1 AGGCT - + ------ This tool is based on `FASTX-toolkit`__ by Assaf Gordon. .. __: http://hannonlab.cshl.edu/fastx_toolkit/ - - + diff -r d77c9c6ecf68 -r 377ac2829eac tool_dependencies.xml --- a/tool_dependencies.xml Tue Dec 03 12:36:14 2013 -0500 +++ b/tool_dependencies.xml Wed Nov 11 12:40:14 2015 -0500 @@ -1,6 +1,6 @@ - +