Changes

From Genome Analysis Wiki
Jump to navigationJump to search
→‎Running GotCloud/GenomeSTRiP Genotyping Pipeline: add `--list bams/bam.list` to the next gotcloud command
Line 382: Line 382:  
The discovery pipeline only performs discovery of variant sites with filtering. You will need to iterate BAMs again to perform genotyping.  
 
The discovery pipeline only performs discovery of variant sites with filtering. You will need to iterate BAMs again to perform genotyping.  
 
* If running on a small machine, you may want to reduce <code>--numjobs</code> from 8 to 1.
 
* If running on a small machine, you may want to reduce <code>--numjobs</code> from 8 to 1.
  ${GC}/gotcloud genomestrip --run-genotype --metadata ${SS}/metadata --conf ${SS}/gotcloud.conf --numjobs 8 --base-prefix ${SS} --outdir ${OUT}
+
  ${GC}/gotcloud genomestrip --run-genotype --metadata ${SS}/metadata --conf ${SS}/gotcloud.conf --numjobs 8 --base-prefix ${SS} --outdir ${OUT} --list bams/bam.list
    
This will take ~3 minutes to finish.
 
This will take ~3 minutes to finish.
61

edits

Navigation menu