Repository revision
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository text_processing
Owner: bgruening
Synopsis: High performance text processing tools using the GNU coreutils, sed, awk and friends.
That repository contains all kind of different text processing tools.

  * awk - The AWK programmning language ( http://www.gnu.org/software/gawk/ )
  * sed - Stream Editor ( https://www.gnu.org/software/sed/ )
  * grep - Search files ( http://www.gnu.org/software/grep/ )
  * sort_columns - Sorting every line according to there columns
  * GNU Coreutils programs ( http://www.gnu.org/software/coreutils/ ):
  * sort - sort files * join - join two files, based on common key field.
  * cut - keep/discard fields from a file * unsorted_uniq - keep unique/duplicated lines in a file
  * sorted_uniq - keep unique/duplicated lines in a file * head - keep the first X lines in a file
  * tail - keep the last X lines in a file

  Originally known as "Unix Tools" and developed from Assaf Gordon @ Greg Hannon's lab ( http://hannonlab.cshl.edu )
  in Cold Spring Harbor Laboratory, it is now hosted under https://github.com/bgruening/galaxytools/tree/master/tools/text_processing
  and open for contributions. It will also replace several smaller sed, sort and uniq wrappers, developed over the time.
  Repository-Maintainer: Björn Grüning
Content homepage: https://www.gnu.org/software/
Type: unrestricted
Revision: 4:288462ec2630
This revision can be installed: True
Times cloned / installed: 56066
Dependencies of this repository

Repository package_pcre_8_34 revision 5cf63114d17a owned by iuc (prior install required)
Repository package_gnu_coreutils_8_25 revision a177f177d42f owned by iuc (prior install required)
Repository package_gnu_coreutils_8_22 revision ac64dfe4b1fb owned by iuc
Repository package_gnu_awk_4_1_0 revision f145f856ec57 owned by iuc
Repository package_gnu_sed_4_2_2_sandbox revision de2ac3ac8138 owned by iuc

Name Version Type
gnu_awk 4.1.0 package
gnu_coreutils 8.22 package
gnu_grep 2.14 package
gnu_sed 4.2.2-sandbox package
perl 5.18.1 package
text_processing_perl_packages 1.0 package

Contents of this repository

Name Description Version Minimum Galaxy Version
lines from a dataset (tail) 1.0.0 any
two files 1.0.0 any
with awk 1.0.0 any
assuming sorted input file 1.0.0 any
in entire line 1.0.0 any
in a specific column 1.0.0 any
parts of text 1.0.0 any
data in ascending or descending order 1.0.0 any
columns from a table (cut) 1.0.0 any
according to their columns 1.0.0 any
tail-to-head (cat) 0.1.0 any
columns from a table 1.0.0 any
(combine multiple files) 1.0.0 any
(grep) 1.0.0 any
with recurring lines 1.0.0 any
lines from a dataset (head) 1.0.0 any
reverse a file (reverse cat) 1.0.0 any
occurrences of each record 1.0.0 any
with sed 1.0.0 any

Categories
Text Manipulation - Tools for manipulating data