From d6b2677a56b33287d02f7c5f00af2cc40917a758 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 13 Dec 2020 08:49:39 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f564e3..6965db7 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,9 @@ curl -sL https://git.io/IRIStsv \ ### count ```sh -curl -sL https://git.io/TITANICcsv \ - +cat gencode.v35.annotation.gff3 \ +| grep -v '#' | grep 'gene' | cut -f1 | \ + uplot count -t "The number of human gene annotations per chromosome" -c blue ``` Note: `count` is slower than other Unix commands because it runs in a Ruby script.