Changes between Version 7 and Version 8 of SOPs/mapping


Ignore:
Timestamp:
09/11/13 16:46:32 (12 years ago)
Author:
byuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/mapping

    v7 v8  
    2020  * '''-n/--seedmms <int>'''     max mismatches in seed (can be 0-3, default: -n 2)
    2121  * '''-k <int>'''               report up to <int> good alignments per read (default: 1) -- If you want only uniquely mapped reads, however, also use '-m 1' to ignore multi-mapped reads
    22   * '''--solexa1.3-quals'''      (if input quals are from GA Pipeline ver. >= 1.3)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
     22  * '''--solexa-quals'''         (if input quals are from GA Pipeline ver. < 1.3)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
     23  * '''--solexa1.3-quals''' or '''--phred64-quals'''     (if input quals are from GA Pipeline ver. >= 1.3 and before Illumina 1.8)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
    2324  * '''--best'''                 (in the case of multi-mapped reads, keep only the best hit(s))   
    2425  * '''--sam'''                  to get SAM output format (which is the best format for downstream analysis)
     
    3738  * '''-L <int>'''     length of seed substrings; must be >3 and <32 (default=22)
    3839  * '''-N <int>'''     max # mismatches in seed alignment; can be 0 or 1 (default=0)
    39   * '''--phred64'''    (if input quals are from GA Pipeline ver. >= 1.3)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
     40  * '''--phred64'''    (if input quals are from GA Pipeline ver. >= 1.3 and before Illumina 1.8)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
    4041  * '''-S'''           name of SAM output file
    4142
     
    6869The parameters included in the sample command are:
    6970  * '''-o/--output-dir <word>'''     All output files will be created in this directory (default = tophat_out)
    70   * '''--phred64-quals'''    (if input quals are from GA Pipeline ver. >= 1.3)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
     71  * '''--solexa-quals'''             (if input quals are from GA Pipeline ver. < 1.3)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]
     72  * '''--phred64-quals''' or '''solexa1.3-quals'''   (if input quals are from GA Pipeline ver. >= 1.3 before Illumina 1.8)  See the table at the top of FastQC output to identify the "encoding" scale [[br]]