Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,596 bytes removed ,  17:08, 27 January 2012
no edit summary
Line 68: Line 68:  
{{paramsParameter}}
 
{{paramsParameter}}
   −
  −
== Asp File Name <code>(--asp)</code>==
  −
  −
Use <code>--asp</code> followed by the file name of the ASP file that you want to read.
  −
  −
== Only print Data Records <code>(--dataOnly)</code>==
  −
The <code>--dataOnly</code> option tells the tool to print only Reference Only and Detailed records.  Any Empty and Position records are not printed.
  −
  −
{{paramsParameter}}
      
= Return Value =
 
= Return Value =
Line 83: Line 74:     
=Output=
 
=Output=
Each ASP record is printed on one line with each field separated by a <code>tab</code>.
+
An [[LibStatGen: ASP|ASP]] file is written containing the pileup for the specified BAM file.
 
  −
The 1st field in the row is the chromosomeID and 0-based position separated by a ':'.
  −
 
  −
The 2nd field is the record type, <code>POS</code>, <code>EMPTY</code>, <code>REF_ONLY</code>, or <code>DETAILED</code>.
  −
 
  −
<code>POS</code> and <code>EMPTY</code> records have no additional columns.
  −
 
  −
<code>REF_ONLY</code> records have 3 additional fields:
  −
# numBases - the number of bases at this position
  −
# GLH - the GLH for this position
  −
# GLA - the GLA for this position
  −
 
  −
<code>DETAILED</code> records have 6 additional fields:
  −
# numBases - the number of bases at this position
  −
# bases - the bases at this position.  String of ACTGND characters that is numBases long.  ('D' represents a deletion)
  −
# qualities - the qualities at this position.  String of characters representing the qualities that is numBases long. (' ' represents the quality of a deletion)
  −
# cycles - the cycles for this position.  There are numBases cycles, separated by a ':'.  (-1 represents the cycle of a deletion)
  −
# strands - the strands for this position.  Sequence of numBases 0's and 1's. 0 represents forward strand and 1 represents reverse strand.
  −
# mqs - the mapping qualities for this position.  There are numBases mapping qualities, separated by a ':'.
  −
 
  −
==Sample Output==
 

Navigation menu