• Intro

  • step_01
  • step_02
  • step_03
  • step_04
  • step_05
  • step_06
  • step_07
  • step_08
  • step_09
  • step_10
  • step_11
  • step_12
  • step_13
  • step_14
  • step_15
  • step_16
  • step_17
  • step_18
  • step_19
  • step_20
  • step_21
  • step_22
  • step_23
  • step_24

  • Credits



  • CGPDB
    UC Davis


    Step 7: Combine (using UNIX cat) three fasta files into one file

    Next, we have combined three files:

    Lycopersicon_esculentum.with_hits.fasta

    Lycopersicon_hirsutum.fasta

    Lycopersicon_pennellii.fasta

    into one file with name: tomato_ABC.fasta

    UNIX command cat has been used:

    $ cat Lycopersicon_esculentum.with_hits.fasta Lycopersicon_hirsutum.fasta Lycopersicon_pennellii.fasta > tomato_ABC.fasta

    Total number of ESTs in tomato_ABC.fasta file is 43737.


    Congratulation!

    We are almost ready to start CAP3 assembly.