rbbt-util 5.21.13 → 5.21.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rbbt/tsv/stream.rb +1 -0
- data/lib/rbbt/util/misc/pipes.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc81333fa2224f9798ec8c5f3583e1beb0f0727a
|
|
4
|
+
data.tar.gz: 82b98cc5e04810f68cab186885573f39c75ff48a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2405bde12c9ec67363ff809a56de15081780d2fdf9f03f6d5156d1271298d9f700212ff09d50cce097f12d40995cbd26479781997477adb3bb1c76dc0bb6f939
|
|
7
|
+
data.tar.gz: b258f95256da72cb90dafec38c6aea9c26f786f2cb10a6d402d17d26c7414a47691eefa49506fdb23e274aeb0780eb39f15c6c0bc8225499c7bf906943445908
|
data/lib/rbbt/tsv/stream.rb
CHANGED
data/lib/rbbt/util/misc/pipes.rb
CHANGED
|
@@ -659,7 +659,7 @@ module Misc
|
|
|
659
659
|
end
|
|
660
660
|
end
|
|
661
661
|
|
|
662
|
-
def self.
|
|
662
|
+
def self.sort_mutation_stream(stream)
|
|
663
663
|
CMD.cmd('grep ":" | sort -u | sed "s/^M:/MT:/" | env LC_ALL=C sort -k1,1 -k2,2n -t:', :in => stream, :pipe => true, :no_fail => true)
|
|
664
664
|
end
|
|
665
665
|
|