Changes

From Genome Analysis Wiki
Jump to navigationJump to search
284 bytes added ,  17:39, 3 January 2014
no edit summary
Line 4: Line 4:     
= Overview of the <code>dumpAsp</code> function of <code>bamUtil</code> =
 
= Overview of the <code>dumpAsp</code> function of <code>bamUtil</code> =
The <code>dumpAsp</code> option on the [[bamUtil]] executable prints the contents of an ASP file in a readable format to stdout.
+
The <code>dumpAsp</code> option on the [[bamUtil]] executable prints the contents of an [[LibStatGen: ASP|ASP]] file in a readable format to stdout.
 +
 
 +
<span style="color:#D2691E">ASP is a new format that is currently in production, so this tool is not yet available for public release.</span>
 +
 
      Line 20: Line 23:  
</pre>
 
</pre>
   −
== Asp File Name <code>(--asp)</code>==
+
== Required Parameters ==
 +
=== Asp File Name <code>(--asp)</code>===
    
Use <code>--asp</code> followed by the file name of the ASP file that you want to read.
 
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>==
+
This option accepts both gzipped files and uncompressed files.
 +
 
 +
== Optional Parameters ==
 +
=== 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.
 
The <code>--dataOnly</code> option tells the tool to print only Reference Only and Detailed records.  Any Empty and Position records are not printed.
  

Navigation menu