next up previous
Next: About this document ... Up: unixBasics Previous: Emacs

Subsections

More Useful commands and File Redirection

One of the goal of this section is to use unix tools to do a quick analysis of FASTA file. At the end of this section, we'll analyze the results of transcriptome assembly by Trinity, a de novo RNA-Seq assembler.

Homeworks

  1. Create a file called seqnames, which contains ONLY the sequence name lines (the lines starting with >) from /scratch/compbio/00-unix/seqs.fasta, and you should sort the output alphabetically.

    Send me the first 5 lines by email.

  2. Look at a file /scratch/compbio/00-unix/seqs.fasta, find the shortest and longest sequences using the tools described in this page.

  3. Figure out how to sort the bugs file ( /scratch/compbio/00-unix/bugs) by the second column. You can read man page or CLI book.

Send the answers to me via email.


next up previous
Next: About this document ... Up: unixBasics Previous: Emacs
Naoki Takebayashi 2011-09-13