# HG changeset patch # User iuc # Date 1465308288 14400 # Node ID 13191d4914f71428aacfefd5e304a2b806257713 # Parent dc480609d9c111f744e4d0e5f5f6d49c8b47f2b3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_dbnsfp commit 21b46ae2c90ba7e569b2b3a9eaf938f8dedb2c31 diff -r dc480609d9c1 -r 13191d4914f7 repository_dependencies.xml --- a/repository_dependencies.xml Thu Jan 22 08:53:21 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - - - - diff -r dc480609d9c1 -r 13191d4914f7 snpSift_dbnsfp.xml --- a/snpSift_dbnsfp.xml Thu Jan 22 08:53:21 2015 -0500 +++ b/snpSift_dbnsfp.xml Tue Jun 07 10:04:48 2016 -0400 @@ -1,24 +1,27 @@ - - Add Annotations from dbNSFP - + + Add Annotations from dbNSFP or similar annotation DBs snpSift_macros.xml - - java -Xmx6G -jar \$SNPEFF_JAR_PATH/SnpSift.jar dbnsfp -v - #if $db.dbsrc == 'cached' : - -db $db.dbnsfp - #if $db.annotations and $db.annotations.__str__ != '': + + + + $output - 2> tmp.err && grep -v file tmp.err + #end if + "$input" > "$output" + 2> tmp.err && grep -v file tmp.err +]]> @@ -29,17 +32,17 @@ - - - + + + - - - - - + + + + + @@ -53,7 +56,6 @@ - @@ -70,9 +72,10 @@ - + =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 @@ -222,7 +225,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 @@ -241,7 +244,11 @@ rs numbers from UniSNP, which is a cleaned version of dbSNP build 129, in format: rs number1;rs number2;... -The website for dbNSFP database is https://sites.google.com/site/jpopgen/dbNSFP and there is only annotation for human hg18 and hg19 genome builds. +The website for dbNSFP database is https://sites.google.com/site/jpopgen/dbNSFP and there is only annotation for human genome builds. + +The procedure for preparing the dbNSFP data for use in SnpSift dbnsfp is in the SnpSift documentation: +*( It also provides links for dbNSFP databases prebuilt for SnpSift )* +http://snpeff.sourceforge.net/SnpSift.html#dbNSFP However, any dbNSFP-like tabular file that be can used with SnpSift dbnsfp if it has:: @@ -265,10 +272,9 @@ 4 100239319 T G H P ADH1B 0 -The uploaded tabular file should be set to datatype: "dbnsfp.tabular" -Using "Convert Format" the "dbnsfp.tabular" can be converted to the correct format for SnpSift dbnsfp. - -The procedure for preparing the dbNSFP data for use in SnpSift dbnsfp is in the SnpSift documentation. +The galaxy datatypes for dbNSFP can automatically convert the specially formatted tabular file for use by SnpSift dbNSFP: + 1. Upload the tabular file, set the datatype as: **"dbnsfp.tabular"** + 2. Edit the history dataset attributes (pencil icon): Use "Convert Format" to convert the **"dbnsfp.tabular"** to the correct format for SnpSift dbnsfp: **"snpsiftdbnsfp"**. @EXTERNAL_DOCUMENTATION@ @@ -276,6 +282,14 @@ @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 dc480609d9c1 -r 13191d4914f7 snpSift_macros.xml --- a/snpSift_macros.xml Thu Jan 22 08:53:21 2015 -0500 +++ b/snpSift_macros.xml Tue Jun 07 10:04:48 2016 -0400 @@ -1,7 +1,7 @@ - snpEff + snpEff @@ -10,6 +10,10 @@ + + java -jar "$SNPEFF_JAR_PATH/snpEff.jar" -version + + 4.1 For details about this tool, please go to: diff -r dc480609d9c1 -r 13191d4914f7 tool-data/snpsift_dbnsfps.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/snpsift_dbnsfps.loc.sample Tue Jun 07 10:04:48 2016 -0400 @@ -0,0 +1,3 @@ +#key build description path annotations +#GRCh37_dbNSFP2.4 GRCh37 GRCh37 dbNSFP2.4 /depot/snpeff/dbNSFP2.4.txt.gz SIFT_pred,Uniprot_acc +#GRCh38_dbNSFP3.1c GRCh38 GRCh38 dbNSFP3.1c /depot/snpeff/dbNSFP3.1c.txt.gz SIFT_pred,Uniprot_acc diff -r dc480609d9c1 -r 13191d4914f7 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Thu Jan 22 08:53:21 2015 -0500 +++ b/tool_data_table_conf.xml.sample Tue Jun 07 10:04:48 2016 -0400 @@ -1,7 +1,7 @@ - - dbkey, name, value, annotations - +
+ key, build, name, value, annotations +
diff -r dc480609d9c1 -r 13191d4914f7 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jan 22 08:53:21 2015 -0500 +++ b/tool_dependencies.xml Tue Jun 07 10:04:48 2016 -0400 @@ -1,6 +1,6 @@ - - + +