Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ gunzip -c ~/Downloads/G_species_MMM_YYYY_all_mrna.pslbed.gz | grep -v '^#' |
      sort -k14,14 -k16,16n | bgzip > G_species_MMM_YYYY_all_mrna.psl.gz

...