# HG changeset patch # User iuc # Date 1480957569 18000 # Node ID 1f4ee04c0841c20407b5c6720c19523b904d4761 # Parent 0624d484adbaf726ebb0a410dfecc22009b622da planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_dbnsfp_generic/ commit d12355cea76843e3ed6f09d96c3e9fe22afe4a4f diff -r 0624d484adba -r 1f4ee04c0841 repository_dependencies.xml --- a/repository_dependencies.xml Thu Jan 22 09:08:45 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - - - - diff -r 0624d484adba -r 1f4ee04c0841 snpSift_dbnsfp.xml --- a/snpSift_dbnsfp.xml Thu Jan 22 09:08:45 2015 -0500 +++ b/snpSift_dbnsfp.xml Mon Dec 05 12:06:09 2016 -0500 @@ -1,24 +1,28 @@ - + Add Annotations from dbNSFP and similar annotation DBs - snpSift_macros.xml - - java -Xmx6G -jar \$SNPEFF_JAR_PATH/SnpSift.jar dbnsfp -v - #if $db.dbsrc == 'cached' : + + + + $output - 2> tmp.err && grep -v file tmp.err + #end if + "$input" > "$output" + 2> tmp.err && grep -v file tmp.err +]]> @@ -53,24 +57,27 @@ - + - + =1. Then LRTnew scores were ranked among all LRTnew scores in dbNSFP. The rankscore is the ratio of the rank over the total number of the scores in dbNSFP. The scores range from 0.00166 to 0.85682 LRT_pred LRT prediction, D(eleterious), N(eutral) or U(nknown), which is not solely determined by the score LRT_score @@ -223,7 +230,7 @@ SIFT_converted_rankscore SIFTori scores were first converted to SIFTnew=1-SIFTori, then ranked among all SIFTnew scores in dbNSFP. The rankscore is the ratio of the rank the SIFTnew score over the total number of SIFTnew scores in dbNSFP. If there are multiple scores, only the most damaging (largest) rankscore is presented. The rankscores range from 0.02654 to 0.87932 SIFT_pred - If SIFTori is smaller than 0.05 (rankscore>0.55) the corresponding non-synonymous SNP is predicted as "D(amaging)"; otherwise it is predicted as "T(olerated)". Multiple predictions separated by ";" + If SIFTori is smaller than 0.05 (rankscore>0.55) the corresponding non-synonymous SNP is predicted as "D(amaging)"; otherwise it is predicted as "T(olerated)". Multiple predictions separated by ";" SIFT_score SIFT score (SIFTori). Scores range from 0 to 1. The smaller the score the more likely the SNP has damaging effect. Multiple scores separated by ";" SiPhy_29way_logOdds @@ -242,15 +249,9 @@ rs numbers from UniSNP, which is a cleaned version of dbSNP build 129, in format: rs number1;rs number2;... - -The procedure for preparing the dbNSFP data for use in SnpSift dbnsfp is in the SnpSift documentation: +The procedure for preparing the dbNSFP data for use in SnpSift dbnsfp and a couple of prebuilt dbNSFP databases are available at: http://snpeff.sourceforge.net/SnpSift.html#dbNSFP -A couple dbNSFP databases are prebuilt for SnpSift at: -http://sourceforge.net/projects/snpeff/files/databases/dbNSFP/ - - - **Uploading Your Own Annotations for any Genome** @@ -289,9 +290,14 @@ @EXTERNAL_DOCUMENTATION@ http://snpeff.sourceforge.net/SnpSift.html#dbNSFP - -@CITATION_SECTION@ - - +]]> + + DOI: 10.1002/humu.21517 + DOI: 10.1002/humu.22376 + DOI: 10.1002/humu.22932 + doi: 10.1093/hmg/ddu733 + doi: 10.1093/nar/gku1206 + doi: 10.3389/fgene.2012.00035 + diff -r 0624d484adba -r 1f4ee04c0841 snpSift_macros.xml --- a/snpSift_macros.xml Thu Jan 22 09:08:45 2015 -0500 +++ b/snpSift_macros.xml Mon Dec 05 12:06:09 2016 -0500 @@ -1,7 +1,7 @@ - snpEff + snpsift @@ -10,22 +10,20 @@ + if [ -z "\$SNPSIFT_JAR_PATH" ]; then export SNPSIFT_JAR_PATH=\$(dirname \$(readlink -e \$(which SnpSift))); fi + + &1|head -n 1 + ]]> + + 4.1 For details about this tool, please go to: http://snpeff.sourceforge.net/SnpEff_manual.html - ------ - -**Citation** - -For the underlying tool, please cite the following two publications: - -SnpSift citation: -"Using Drosophila melanogaster as a model for genotoxic chemical mutational studies with a new program, SnpSift", Cingolani, P., et. al., Frontiers in Genetics, 3:35, 2012. - - 10.3389/fgene.2012.00035 diff -r 0624d484adba -r 1f4ee04c0841 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jan 22 09:08:45 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -