diff snpSift_dbnsfp.xml @ 4:772825adad2f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift_dbnsfp commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
author jjohnson
date Sat, 09 Apr 2016 11:54:31 -0400
parents b5e03b2cb813
children
line wrap: on
line diff
--- a/snpSift_dbnsfp.xml	Wed Dec 09 14:07:32 2015 -0500
+++ b/snpSift_dbnsfp.xml	Sat Apr 09 11:54:31 2016 -0400
@@ -7,19 +7,19 @@
     <expand macro="stdio" />
     <expand macro="version_command" />
     <command><![CDATA[
-        java -Xmx6G -jar \$SNPEFF_JAR_PATH/SnpSift.jar dbnsfp -v
-        #if $db.dbsrc == 'cached' :
-          -db $db.dbnsfp 
-          #if $db.annotations and $db.annotations.__str__ != '':
+        java -Xmx6G -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" dbnsfp -v
+        #if $db.dbsrc == 'cached':
+          -db "$db.dbnsfp"
+          #if $db.annotations and str($db.annotations) != '':
             -f "$db.annotations"
           #end if
-        #else :
+        #else:
           -db "${db.dbnsfpdb.extra_files_path}/${db.dbnsfpdb.metadata.bgzip}"
-          #if $db.annotations and $db.annotations.__str__ != '':
+          #if $db.annotations and str($db.annotations) != '':
             -f "$db.annotations"
           #end if
-        #end if          
-        $input > $output  
+        #end if
+        "$input" > "$output"
         2> tmp.err && grep -v file tmp.err
 ]]>
     </command>
@@ -284,4 +284,12 @@
 
 ]]>
     </help>
+    <expand macro="citations">
+        <citation type="doi">DOI: 10.1002/humu.21517</citation>
+        <citation type="doi">DOI: 10.1002/humu.22376</citation>
+        <citation type="doi">DOI: 10.1002/humu.22932</citation>
+        <citation type="doi">doi: 10.1093/hmg/ddu733</citation>
+        <citation type="doi">doi: 10.1093/nar/gku1206</citation>
+        <citation type="doi">doi: 10.3389/fgene.2012.00035</citation>
+    </expand>
 </tool>