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 |
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/text_processing
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 |
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 |