Changes

From Genome Analysis Wiki
Jump to navigationJump to search
156 bytes added ,  21:38, 19 November 2009
m
Line 38: Line 38:  
= Map Color Space Reads =
 
= Map Color Space Reads =
   −
&nbsp; KARMA takes valid color space FASTQ files inputs.<br> &nbsp; We usually use suffix .csfastq to distinguish it from nucleotide space reads.<br> &nbsp; For single end color space read, we can invoke command:<br>
+
KARMA expects valid color space FASTQ files as input.&nbsp; We often use the suffix .csfastq to distinguish these from nucleotide space reads.&nbsp; For a .csfatq&nbsp; file of single end color space reads named &nbsp; single.csfastq, &nbsp; invoke the command:<br>
    
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace single.csfastq
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace single.csfastq
   −
&nbsp; Mapping results are store in a SAM file named "single.sam".<br> &nbsp;<br> &nbsp; Multiple input files are also acceptable, e.g.<br>
+
This command line specifies both the nucleotide and color space reference sequences (and the word indexes, invisibly).&nbsp; The output will be written to a file in .sam&nbsp; format named "single.sam".<br>
 +
 
 +
Multiple input files are also acceptable, e.g.<br>
    
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
   single1.csfastq single2.csfastq single3.csfastq
+
   single.1.csfastq single.2.csfastq single.3.csfastq
 
  −
<br>
     −
&nbsp; For paired end color space reads, option "--pairedReads" is requires.<br> &nbsp; Suppose the paired end reads are stored in file, pair1.csfastq and pair2.csfastq.<br> &nbsp; The command to invoke is:<br>
+
For paired end color space reads, use the option "--pairedReads".&nbsp; Suppose the paired end reads are stored as two files,&nbsp; pair.1.csfastq&nbsp; and&nbsp; pair.2.csfastq.&nbsp; The command to invoke is:<br>
    
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
   --pairedReads pair1.csfastq pair2.csfastq
+
   --pairedReads pair.1.csfastq pair.2.csfastq
   −
&nbsp; Mapping results are store in a SAM file named "pair1.sam", which contains reads from both files.<br> &nbsp;<br> &nbsp; Similarly multiple paired end reads files can be specified in command line, and KARMA will pair 1st and 2rd file, 3rd and 4th file and etc.<br>
+
The mapping results will be stored in a SAM file named "pair.sam", which contains reads from both files.&nbsp; If multiple paired end reads files are specified on the command line, KARMA will pair the 1st and 2nd files, 3rd and 4th files and etc.<br>
    
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
   --pairedReads pair1.csfastq pair2.csfastq pair3.csfastq pair4.csfastq
+
   --pairedReads pair.1.csfastq pair.2.csfastq pair.3.csfastq pair.4.csfastq
    
= <br> Additional Information<br> =
 
= <br> Additional Information<br> =
29

edits

Navigation menu