Mercurial > repos > jjohnson > snpsift
diff snpSift_int.xml @ 8:2f40467536cf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 93465571cf180554c3548338a68fa0f1604985dc-dirty
author | jjohnson |
---|---|
date | Sat, 09 Apr 2016 11:53:30 -0400 |
parents | baf6602903e1 |
children |
line wrap: on
line diff
--- a/snpSift_int.xml Mon Jan 25 17:02:52 2016 -0600 +++ b/snpSift_int.xml Sat Apr 09 11:53:30 2016 -0400 @@ -10,7 +10,7 @@ <expand macro="stdio" /> <expand macro="version_command" /> <command><![CDATA[ - java -Xmx2G -jar \$SNPEFF_JAR_PATH/SnpSift.jar intervals -i $input $exclude $bedFile > $output + java -Xmx2G -jar "\$SNPEFF_JAR_PATH/SnpSift.jar" intervals -i "$input" $exclude "$bedFile" > "$output" ]]> </command> <inputs> @@ -53,8 +53,7 @@ @EXTERNAL_DOCUMENTATION@ http://snpeff.sourceforge.net/SnpSift.html#intervals -@CITATION_SECTION@ - ]]> </help> + <expand macro="citations" /> </tool>