mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Fix README.md
This commit is contained in:
parent
f596391ad9
commit
69167a6f44
@ -106,8 +106,8 @@ In this example, YouPlot counts the number of chromosomes where the gene is loca
|
||||
|
||||
```sh
|
||||
cat gencode.v35.annotation.gff3 \
|
||||
| grep -v '#' | grep 'gene' | cut -f1 | \
|
||||
uplot count -t "The number of human gene annotations per chromosome" -c blue
|
||||
| grep -v '#' | grep 'gene' | cut -f1 \
|
||||
| uplot count -t "The number of human gene annotations per chromosome" -c blue
|
||||
```
|
||||
|
||||
<p align="center">
|
||||
|
Loading…
Reference in New Issue
Block a user