annotate tool_dependencies.xml @ 0:39519109479f draft

planemo upload
author jowong
date Mon, 19 Nov 2018 04:19:54 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39519109479f planemo upload
jowong
parents:
diff changeset
1 <?xml version="1.0"?>
39519109479f planemo upload
jowong
parents:
diff changeset
2 <tool_dependency>
39519109479f planemo upload
jowong
parents:
diff changeset
3 <package name="kwip" version="0.2.0">
39519109479f planemo upload
jowong
parents:
diff changeset
4 <install version="1.0">
39519109479f planemo upload
jowong
parents:
diff changeset
5 <actions_group>
39519109479f planemo upload
jowong
parents:
diff changeset
6 <actions architecture="x86_64" os="linux">
39519109479f planemo upload
jowong
parents:
diff changeset
7 <action type="download_by_url">https://github.com/kdmurray91/kWIP/releases/download/0.2.0/kwip-binaries_0.2.0.tar.gz</action>
39519109479f planemo upload
jowong
parents:
diff changeset
8 <action type="move_directory_files">
39519109479f planemo upload
jowong
parents:
diff changeset
9 <source_directory>.</source_directory>
39519109479f planemo upload
jowong
parents:
diff changeset
10 <destination_directory>$INSTALL_DIR</destination_directory>
39519109479f planemo upload
jowong
parents:
diff changeset
11 </action>
39519109479f planemo upload
jowong
parents:
diff changeset
12 </actions>
39519109479f planemo upload
jowong
parents:
diff changeset
13 <action type="set_environment">
39519109479f planemo upload
jowong
parents:
diff changeset
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
39519109479f planemo upload
jowong
parents:
diff changeset
15 </action>
39519109479f planemo upload
jowong
parents:
diff changeset
16 </actions_group>
39519109479f planemo upload
jowong
parents:
diff changeset
17 </install>
39519109479f planemo upload
jowong
parents:
diff changeset
18 <readme>
39519109479f planemo upload
jowong
parents:
diff changeset
19 <![CDATA[
39519109479f planemo upload
jowong
parents:
diff changeset
20 kWIP works by decomposing sequencing reads to short k-mers, hashing these k-mers and performing pairwise distance calculation between these sample k-mer hashes. We use khmer from the DIB lab, UC Davis to hash sequencing reads. KWIP calculates the distance between samples in a computationally efficient manner, and generates a distance matrix which may be used by downstream tools. The power of kWIP comes from the weighting applied across different hash values, which decreases the effect of erroneous, rare or over-abundant k-mers while focusing on k-mers which give the most insight into the similarity of samples.
39519109479f planemo upload
jowong
parents:
diff changeset
21 ]]>
39519109479f planemo upload
jowong
parents:
diff changeset
22 </readme>
39519109479f planemo upload
jowong
parents:
diff changeset
23 </package>
39519109479f planemo upload
jowong
parents:
diff changeset
24 </tool_dependency>