• 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 16: SNPs/INDELs finding
    Genotype "B" versus "A" and "C"
    Genotype "C" versus "A" and "B"



    Genotype "B" versus "A" and "C"

    $ python Python_CAP3_contig_poly_DIS_Feb_27_2004.py
    Enter the mismatch file name : L_ABC_Contigs_All.aln.MM
    Enter the contig info file name : tomato_ABC.cap3.out.Info
    Distinguish by (p)refix or (s)uffix? : p
    Please input the size of the prefix : 1
    Specify Group 1
    Group 1 has []
    Please input element : B
    Do you want to add more? (y/n) : n
    Specify Group 2
    Group 2 has []
    Please input element : A
    Do you want to add more? (y/n) : y
    Group 2 has ['A']
    Please input element : C
    Do you want to add more? (y/n) : n

    ........ [ after you enter last "n" program will start SNP/INDEL search ]

    $ cp deletions.good B_vs_AC_deletions.good
    $ cp insertions.good B_vs_AC_insertions.good
    $ cp substitutions.good B_vs_AC_substitutions.good

    Genotype "C" versus "A" and "B"

    $ python Python_CAP3_contig_poly_DIS_Feb_27_2004.py
    Enter the mismatch file name : L_ABC_Contigs_All.aln.MM
    Enter the contig info file name : tomato_ABC.cap3.out.Info
    Distinguish by (p)refix or (s)uffix? : p
    Please input the size of the prefix : 1
    Specify Group 1
    Group 1 has []
    Please input element : C
    Do you want to add more? (y/n) : n
    Specify Group 2
    Group 2 has []
    Please input element : A
    Do you want to add more? (y/n) : y
    Group 2 has ['A']
    Please input element : B
    Do you want to add more? (y/n) : n

    ........ [ after you enter last "n" program will start SNP/INDEL search ]

    $ cp deletions.good C_vs_AB_deletions.good
    $ cp insertions.good C_vs_AB_insertions.good
    $ cp substitutions.good C_vs_AB_substitutions.good