Mercurial > repos > bgruening > text_processing
comparison readme.rst @ 2:fc862d5bccaf draft
Uploaded
author | bgruening |
---|---|
date | Thu, 05 Sep 2013 12:42:48 -0400 |
parents | a4ad586d1403 |
children | 7068d1548234 |
comparison
equal
deleted
inserted
replaced
1:a4ad586d1403 | 2:fc862d5bccaf |
---|---|
79 - also shuf will get a major improved performance with large files http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=20d7bce0f7e57d9a98f0ee811e31c757e9fedfff | 79 - also shuf will get a major improved performance with large files http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=20d7bce0f7e57d9a98f0ee811e31c757e9fedfff |
80 we can remove the random feature from sort and use shuf instead | 80 we can remove the random feature from sort and use shuf instead |
81 - move some advanced settings under a conditional, for example the cut tools offers to cut bytes | 81 - move some advanced settings under a conditional, for example the cut tools offers to cut bytes |
82 - cut wrapper has some output conditional magic for interval files, that needs to be checked | 82 - cut wrapper has some output conditional magic for interval files, that needs to be checked |
83 - comm wrapper, see the Galaxy default one | 83 - comm wrapper, see the Galaxy default one |
84 - evaluate the join wrappers against the Galaxy ones, maybe we should drop them | |
84 | 85 |
85 | 86 |
86 | 87 |
87 | 88 |
88 | 89 |