Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  +
= Mapping Pipeline =
 +
 
Back to parent: [[GotCloud]]
 
Back to parent: [[GotCloud]]
    
The Mapping Pipeline takes FASTQ files and generates recalibrated BAM files from them.
 
The Mapping Pipeline takes FASTQ files and generates recalibrated BAM files from them.
    +
== Running the GotCloud Mapping Pipeline ==
 +
The mapping pipeline is run using the <code>gen_biopipeline.pl</code> script found in the <code>bin/</code> directory under the <code>gotcloud/</code> installation.
 +
 +
===Running the Automatic Test===
 +
 +
The automatic tests run GotCloud on small testsets and check the results against expected results validating that GotCloud is installed correctly.
 +
 +
*Run alignment pipeline test:
 +
gen_biopipeline.pl --test OUTPUT_DIR
 +
where OUTPUT_DIR is the directory where you want to store the test results
 +
 +
If you see "Successfully ran the test case, congratulations!", then you are ready to align samples.
 +
 +
 +
== Overview of Mapping Pipeline Steps ==
 
Here is an overview of the Mapping Pipeline:
 
Here is an overview of the Mapping Pipeline:
  

Navigation menu