Update README.md

This commit is contained in:
kojix2 2020-12-13 08:49:39 +09:00 committed by GitHub
parent 6444cd4f00
commit d6b2677a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.