# HG changeset patch # User Wolfgang Maier # Date 1438118471 -7200 # Node ID bdd1995c9e662127a1a42a803f8b18ff05bea304 # Parent ffee8534a5c482ddfc9e42841c0cd9cab1b00cb4 upgrade to mimodd version 0.1.6.1 diff -r ffee8534a5c4 -r bdd1995c9e66 annotate_variants.xml --- a/annotate_variants.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/annotate_variants.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Predict the effects of SNPs and indels on known genes in the reference genome using SnpEff toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 bamsort.xml --- a/bamsort.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/bamsort.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Sort a BAM file by coordinates (or names) of the mapped reads toolshed_macros.xml @@ -6,13 +6,27 @@ mimodd version -q - mimodd sort "$inputfile" -o "$output" --oformat $oformat $by_name + mimodd sort "$input.ifile" -o "$output" --iformat $input.iformat --oformat $oformat $by_name - + + + + + + + + + + + + + + + + - diff -r ffee8534a5c4 -r bdd1995c9e66 cloudmap.xml --- a/cloudmap.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/cloudmap.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + with the CloudMap series of tools. toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 convert.xml --- a/convert.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/convert.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + between different sequence data formats toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 covstats.xml --- a/covstats.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/covstats.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Calculate coverage statistics for a BCF file as generated by the Variant Calling tool toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 deletion_predictor.xml --- a/deletion_predictor.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/deletion_predictor.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Predicts deletions in one or more aligned read samples based on coverage of the reference genome and on insert sizes toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 fileinfo.xml --- a/fileinfo.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/fileinfo.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + for supported data formats. toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 reheader.xml --- a/reheader.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/reheader.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,5 +1,4 @@ - - + From a BAM file generate a new file with the original header (if any) replaced or modified by that found in a second SAM file mimodd version -q @@ -83,7 +82,7 @@ #set $restr = "" #for $rename in $rg_renaming - #set $restr = $restr + ($str($rename.from) and $str($rename.to) and '"' + $str($rename.from) + '" : "' + $str($rename.to) + '"') + #set $restr = $restr + ($str($rename.from) and $str($rename.to) and '"' + $str($rename.from) + '" : "' + $str($rename.to) + '" ') #end for #if $restr --rgm $restr @@ -91,7 +90,7 @@ #set $restr = "" #for $rename in $sq_renaming - #set $restr = $restr + ($str($rename.from) and $str($rename.to) and '"' + $str($rename.from) + '" : "' + $str($rename.to) + '"') + #set $restr = $restr + ($str($rename.from) and $str($rename.to) and '"' + $str($rename.from) + '" : "' + $str($rename.to) + '" ') #end for #if $restr --sqm $restr diff -r ffee8534a5c4 -r bdd1995c9e66 sam_header.xml --- a/sam_header.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/sam_header.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Create a SAM format header from run metadata for sample annotation. toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 snap_caller.xml --- a/snap_caller.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/snap_caller.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Map sequence reads to a reference genome using SNAP toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 snp_caller_caller.xml --- a/snp_caller_caller.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/snp_caller_caller.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + From a reference and aligned reads generate a BCF file with position-specific variant likelihoods and coverage information toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 snpeff_genomes.xml --- a/snpeff_genomes.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/snpeff_genomes.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Checks the local SnpEff installation to compile a list of currently installed genomes toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/tool_dependencies.xml Tue Jul 28 23:21:11 2015 +0200 @@ -7,10 +7,10 @@ - + - http://sourceforge.net/projects/mimodd/files/MiModD-0.1.6.tar.gz + http://sourceforge.net/projects/mimodd/files/MiModD-0.1.6.1.tar.gz diff -r ffee8534a5c4 -r bdd1995c9e66 toolshed_macros.xml --- a/toolshed_macros.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/toolshed_macros.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,7 +1,7 @@ - mimodd + mimodd diff -r ffee8534a5c4 -r bdd1995c9e66 varextract.xml --- a/varextract.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/varextract.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + from a BCF file toolshed_macros.xml diff -r ffee8534a5c4 -r bdd1995c9e66 vcf_filter.xml --- a/vcf_filter.xml Thu Jun 04 17:52:04 2015 +0200 +++ b/vcf_filter.xml Tue Jul 28 23:21:11 2015 +0200 @@ -1,4 +1,4 @@ - + Extracts lines from a vcf variant file based on field-specific filters toolshed_macros.xml @@ -28,6 +28,10 @@ #for $i in $datasets "$i.GQ" #end for + --af + #for $i in $datasets + "#echo ($i.AF or "::")#" + #end for #end if #if len($regions): -r @@ -54,6 +58,7 @@ +