# HG changeset patch # User paulgordon # Date 1360615426 18000 # Node ID da1dba1da40aae95e7b831e6fa3975ef7e3b5f89 # Parent 59d3e3484f161b0d14a41793cdfa648e73328b2c Uploaded diff -r 59d3e3484f16 -r da1dba1da40a atlas2_indel.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/atlas2_indel.xml Mon Feb 11 15:43:46 2013 -0500 @@ -0,0 +1,57 @@ + + + + freebayes + samtools + + + /export/achri_data/programs/Atlas2_v1.4.1/Atlas-Indel2/Atlas-Indel2.rb -b $bam_file -r /export/geno_tmp/achri/dbs/$refgenome\.fa -o $vcf_outfile + -p $max_pvalue -v $min_prop $platform + #if str( $target_limit_type.target_limit_type_selector ) == "limit_by_target_file": + -B "${target_limit_type.input_target_bed}" + #end if + &> /dev/null + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tools uses the Atlas2 software to call indels in a way that accounts for the systematic error types of either SOLiD or Illumina sequencing. +It does NOT call SNPs. The output is a VCF file, and can be combined with SNP caller output to form a more complete picture of sequence variation. + +