# HG changeset patch # User iuc # Date 1497277532 14400 # Node ID 20c7d583fec1b6295739a20d4aad80f74053da59 # Parent bf8c1526871b055b31b95c8ab6578d4632bd8596 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit fbc18d9128669e461e76ed13307ee88dd774afa5 diff -r bf8c1526871b -r 20c7d583fec1 snpSift_annotate.xml --- a/snpSift_annotate.xml Mon Dec 05 12:11:18 2016 -0500 +++ b/snpSift_annotate.xml Mon Jun 12 10:25:32 2017 -0400 @@ -1,4 +1,4 @@ - + SNPs from dbSnp @@ -10,18 +10,20 @@ "$output" -]]> - +SnpSift -Xmx2G intervals +-i '$input' +$exclude +'$bedFile' +> '$output' + ]]> - - - + + - + @@ -48,13 +50,10 @@ - +- http://snpeff.sourceforge.net/SnpSift.html#intervals + ]]> diff -r bf8c1526871b -r 20c7d583fec1 snpSift_macros.xml --- a/snpSift_macros.xml Mon Dec 05 12:11:18 2016 -0500 +++ b/snpSift_macros.xml Mon Jun 12 10:25:32 2017 -0400 @@ -1,33 +1,31 @@ - snpsift + snpsift - - - - - - - if [ -z "\$SNPSIFT_JAR_PATH" ]; then export SNPSIFT_JAR_PATH=\$(dirname \$(readlink -e \$(which SnpSift))); fi - - &1|head -n 1 - ]]> - - 4.1 - + + + + + + + if [ -z "\$SNPSIFT_JAR_PATH" ]; then export SNPSIFT_JAR_PATH=\$(dirname \$(readlink -e \$(which SnpSift))); fi + + &1|head -n 1 + ]]> + + 4.3 + +For details about this tool, please go to: -For details about this tool, please go to: - http://snpeff.sourceforge.net/SnpEff_manual.html - - - - - 10.3389/fgene.2012.00035 - - - +- http://snpeff.sourceforge.net/SnpEff_manual.html + + + + 10.3389/fgene.2012.00035 + + + diff -r bf8c1526871b -r 20c7d583fec1 snpSift_rmInfo.xml --- a/snpSift_rmInfo.xml Mon Dec 05 12:11:18 2016 -0500 +++ b/snpSift_rmInfo.xml Mon Jun 12 10:25:32 2017 -0400 @@ -1,4 +1,4 @@ - + remove INFO field annotations snpSift_macros.xml @@ -7,21 +7,20 @@ "$output" -]]> - +SnpSift -Xmx2G rmInfo +'$input' +#echo ' '.join($info_fields.split(',')) +> '$output' + ]]> - + Separate multiple INFO fields with a comma, e.g.: EFF,DP - + @@ -38,15 +37,13 @@ - +- http://snpeff.sourceforge.net/SnpSift.html#rmInfo + ]]> diff -r bf8c1526871b -r 20c7d583fec1 snpSift_vartype.xml --- a/snpSift_vartype.xml Mon Dec 05 12:11:18 2016 -0500 +++ b/snpSift_vartype.xml Mon Jun 12 10:25:32 2017 -0400 @@ -7,16 +7,17 @@ "$log" > "$output" -]]> - +SnpSift varType +'$input' +2> '$log' +> '$output' + ]]> - + - - + + @@ -35,7 +36,6 @@ .. _CRS4 Srl.: http://www.crs4.it/ .. _MIT license: https://opensource.org/licenses/MIT -]]> - + ]]> diff -r bf8c1526871b -r 20c7d583fec1 snpSift_vcfCheck.xml --- a/snpSift_vcfCheck.xml Mon Dec 05 12:11:18 2016 -0500 +++ b/snpSift_vcfCheck.xml Mon Jun 12 10:25:32 2017 -0400 @@ -1,4 +1,4 @@ - + basic checks for VCF specification compliance snpSift_macros.xml @@ -7,18 +7,18 @@ "$output" -]]> - +SnpSift -Xmx2G vcfCheck +'$input' +> '$output' + ]]> - + - + - + @@ -31,8 +31,7 @@ SnpSift vcfCheck checks for some common problems where VCF files are not following the specification. Given that many common VCF problems cause analysis tools and pipelines to behave unexpectedly, this command is intended as a simple debugging tool. @EXTERNAL_DOCUMENTATION@ - http://snpeff.sourceforge.net/SnpSift.html#vcfCheck -]]> - +- http://snpeff.sourceforge.net/SnpSift.html#vcfCheck + ]]>