Guest User

Untitled

a guest
Feb 21st, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $ mysql --user=genome --host=genome-mysql.soe.ucsc.edu -A -P 3306 -e "select chrom, chromStart, chromEnd, name from gtexGene limit 1" hg38
  2. +-------+------------+----------+---------+
  3. | chrom | chromStart | chromEnd | name |
  4. +-------+------------+----------+---------+
  5. | chr1 | 11868 | 13052 | DDX11L1 |
  6. +-------+------------+----------+---------+
Add Comment
Please, Sign In to add comment