# HG changeset patch # User Jim Johnson # Date 1323363646 21600 # Node ID a89fec682254ba49f22e8a97207d68b1775172a4 # Parent 561503a442f0fe1c24827c4446573e0c6f1300be gmap/gsnap updated to version 2011-11-30 diff -r 561503a442f0 -r a89fec682254 gmap.xml --- a/gmap.xml Tue Nov 08 13:26:41 2011 -0600 +++ b/gmap.xml Thu Dec 08 11:00:46 2011 -0600 @@ -1,13 +1,7 @@ - + Genomic Mapping and Alignment Program for mRNA and EST sequences gmap - - gmapdb - gmap_annotation - gmap_splicesites - gmap_introns - gmap_snps gmap --version @@ -49,9 +43,11 @@ #elif $result.format == "sam": --format=$result.sam_paired_read $result.no_sam_headers + #* Removed in gmap version 2011-11-30 #if len($result.noncanonical_splices.__str__) > 0 --noncanonical-splices=$result.noncanonical_splices #end if + *# #if len($result.read_group_id.__str__) > 0 --read-group-id=$result.read_group_id #end if @@ -70,35 +66,50 @@ #if $computation.options == "advanced": $computation.nosplicing $computation.cross_species - --min-intronlength=$computation.min_intronlength - --intronlength=$computation.intronlength - --localsplicedist=$computation.localsplicedist - --totallength=$computation.totallength - --trimendexons=$computation.trimendexons + #if len($computation.min_intronlength.__str__) > 0 + --min-intronlength=$computation.min_intronlength + #end if + #if len($computation.intronlength.__str__) > 0 + --intronlength=$computation.intronlength + #end if + #if len($computation.localsplicedist.__str__) > 0 + --localsplicedist=$computation.localsplicedist + #end if + #if len($computation.totallength.__str__) > 0 + --totallength=$computation.totallength + #end if + #if len($computation.trimendexons.__str__) > 0 + --trimendexons=$computation.trimendexons + #end if --direction=$computation.direction --canonical-mode=$computation.canonical --prunelevel=$computation.prunelevel --allow-close-indels=$computation.allow_close_indels - --microexon-spliceprob=$computation.microexon_spliceprob - #if int($computation.chimera_margin) >= 0: + #if len($computation.microexon_spliceprob.__str__) >= 0: + --microexon-spliceprob=$computation.microexon_spliceprob + #end if + #if len($computation.chimera_margin.__str__) >= 0: --chimera-margin=$computation.chimera_margin #end if #end if #if $advanced.options == "used": - #if int($advanced.npaths) >= 0: + #if len($advanced.npaths.__str__) > 0: --npaths=$advanced.npaths #end if - #if int($advanced.chimera_overlap) > 0: + #if len($advanced.suboptimal_score.__str__) > 0: + --suboptimal-score=$advanced.suboptimal_score + #end if + #if len($advanced.chimera_overlap.__str__) > 0: --chimera_overlap=$advanced.chimera_overlap #end if $advanced.protein $advanced.tolerant $advanced.nolengths $advanced.invertmode - #if int($advanced.introngap) > 0: + #if len($advanced.introngap.__str__) > 0: --introngap=$advanced.introngap #end if - #if int($advanced.wraplength) > 0: + #if len($advanced.wraplength.__str__) > 0: --wraplength=$advanced.wraplength #end if #end if @@ -200,11 +211,22 @@ - - - - - + + + + + + + + + + + + + + + @@ -212,7 +234,9 @@ - + + + @@ -225,7 +249,8 @@ - + @@ -255,11 +280,24 @@ - - - - + + + + + + + + + + + + + + + @@ -294,10 +332,10 @@ - + + - @@ -320,11 +358,13 @@ + diff -r 561503a442f0 -r a89fec682254 gmap_build.xml --- a/gmap_build.xml Tue Nov 08 13:26:41 2011 -0600 +++ b/gmap_build.xml Thu Dec 08 11:00:46 2011 -0600 @@ -2,9 +2,6 @@ a database genome index for GMAP and GSNAP gmap_build - - gmapdb - gmap_snps gmap --version /bin/bash $shscript 2>1 1> $output diff -r 561503a442f0 -r a89fec682254 gsnap.xml --- a/gsnap.xml Tue Nov 08 13:26:41 2011 -0600 +++ b/gsnap.xml Thu Dec 08 11:00:46 2011 -0600 @@ -1,12 +1,7 @@ - + Genomic Short-read Nucleotide Alignment Program gsnap - - gmapdb - gmapsnpindex - splicesites.iit - introns.iit gsnap --version @@ -25,10 +20,16 @@ #if $refGenomeSource.use_splicing.src == 'gmapdb': #if $refGenomeSource.use_splicing.splicemap != None and len($refGenomeSource.use_splicing.splicemap.__str__) > 0: -s $refGenomeSource.use_splicing.splicemap.value + #if $computation.trim_mismatch_score.__str__ == '0': + $ambig_splice_noclip + #end if #end if #elif $refGenomeSource.use_splicing.src == 'history': #if $refGenomeSource.use_splicing.splicemap != None and len($refGenomeSource.use_splicing.splicemap.__str__) > 0: -S $os.path.dirname($refGenomeSource.use_splicing.splicemap) -s $os.path.basename($refGenomeSource.use_splicing.splicemap) + #if $computation.trim_mismatch_score.__str__ == '0': + $ambig_splice_noclip + #end if #end if #end if #if $refGenomeSource.use_snps.src == 'gmapdb': @@ -43,9 +44,11 @@ #if $refGenomeSource.mode.__str__ != '': --mode=$refGenomeSource.mode #end if + #* ## No longer in options as of version 2011-11-30 #if $mapq_unique_score.__str__ != '': --mapq-unique-score=$mapq_unique_score #end if + *# #if $computation.options == "advanced": #if $computation.max_mismatches.__str__ != '': --max-mismatches=$computation.max_mismatches @@ -82,6 +85,9 @@ #if $computation.trim_mismatch_score.__str__ != '': --trim-mismatch-score=$computation.trim_mismatch_score #end if + #if $computation.trim_indel_score.__str__ != '': + --trim-indel-score=$computation.trim_indel_score + #end if ## TODO - do we need these options (Is it tally XOR runlength?): ## --tallydir= --use-tally=tally ## --runlengthdir --use-runlength=runlength @@ -206,6 +212,12 @@ #if $seq.paired.pairmax_rna.__str__ != '': --pairmax-rna=$seq.paired.pairmax_rna #end if + #if $seq.paired.pairexpect.__str__ != '': + --pairexpect=$seq.paired.pairexpect + #end if + #if $seq.paired.pairdev.__str__ != '': + --pairdev=$seq.paired.pairdev + #end if $seq.fastq $seq.paired.fastq #else $seq.fastq @@ -245,7 +257,11 @@ - + + + @@ -281,9 +297,11 @@ + @@ -405,6 +423,9 @@ + @@ -412,6 +433,9 @@ + @@ -457,8 +481,12 @@ - + @@ -474,7 +502,9 @@ + help="to turn off trimming, specify 0 (Warning: turning trimming off will give false positive mismatches at the ends of reads)"/> + diff -r 561503a442f0 -r a89fec682254 iit_store.xml --- a/iit_store.xml Tue Nov 08 13:26:41 2011 -0600 +++ b/iit_store.xml Thu Dec 08 11:00:46 2011 -0600 @@ -2,13 +2,6 @@ Create a map store for known genes or SNPs iit_store - - gmap_annotation - gmap_snps - iit - splicesites.iit - introns.iit - snps.iit iit_store --version /bin/bash $shscript 2> $log diff -r 561503a442f0 -r a89fec682254 snpindex.xml --- a/snpindex.xml Tue Nov 08 13:26:41 2011 -0600 +++ b/snpindex.xml Thu Dec 08 11:00:46 2011 -0600 @@ -2,11 +2,6 @@ build index files for known SNPs snpindex - - gmapsnpindex - gmapdb - gmap_snps - snps.iit snpindex --version /bin/bash $shscript 2>1 1> $output