Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 27: Line 27:  
|}
 
|}
   −
All pipelines require additional files:
+
In addition to the fasta file a few additional files are required.
 +
* Already included with default reference files
 +
* If you are using your own reference files, you will need to be sure to create these files
 +
** Be sure to create these additional files using the version of tool being run by GotCloud (by default they are in the gotcloud/bin/ directory)
 +
** In the commands below, replace ref.fa with the path/name of the reference fasta file
 
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
 
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
! Step !! Required Extensions !! Command to Create
+
! Pipeline !! Step !! Required Extensions !! Command to Create !! More Information
 
|-
 
|-
|all || -bs.umfa || automatically created in same directory as REF file by GotCloud
+
| all || ||.fai || <code>bin/samtools faidx ref.fa</code>
|}
+
|-
 
+
| all || || -bs.umfa || automatically created in same directory as REF file by GotCloud
 +
|-
 +
| align || bwa mapping || .amb, .ann, .bwt, .pac, .sa || <code>bin/bwa index ref.fa</code> || http://bio-bwa.sourceforge.net/bwa.shtml
 +
|-
 +
| align || qplot || .winsize100.gc || <code>bin/qplot --reference ref.fa || NOTE: Ignore the error at the end of qplot that says:
 +
<pre>FATAL ERROR -
 +
No SAM/BAM files provided, stopped!</pre>
 +
This error is due to using qplot to just generate a GC Content file and not also process a BAM file.
   −
The alignment pipeline requires additional files:
+
[[QPLOT#Input_files|QPLOT: InputFiles]]
{| class="wikitable" style="margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;" border="1"
  −
! Step !! Required Extensions !! Command to Create
  −
| bwa mapping || .amb, .ann, .bwt, .pac, .sa || bin/bwa index ref.fa
  −
|-
  −
| qplot || .fa.GCcontent
   
|}
 
|}
      
=== DBSNP VCF File ===
 
=== DBSNP VCF File ===

Navigation menu