annotate tool_dependencies.xml @ 2:352616f69941 draft default tip

planemo upload
author jowong
date Mon, 26 Nov 2018 03:05:20 -0500
parents 6c38443b46ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6c38443b46ac planemo upload
jowong
parents:
diff changeset
1 <?xml version="1.0"?>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
2 <tool_dependency>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
3 <package name="kwip" version="0.2.0">
6c38443b46ac planemo upload
jowong
parents:
diff changeset
4 <install version="1.0">
6c38443b46ac planemo upload
jowong
parents:
diff changeset
5 <actions_group>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
6 <actions architecture="x86_64" os="linux">
6c38443b46ac 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>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
8 <action type="move_directory_files">
6c38443b46ac planemo upload
jowong
parents:
diff changeset
9 <source_directory>.</source_directory>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
10 <destination_directory>$INSTALL_DIR</destination_directory>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
11 </action>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
12 </actions>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
13 <action type="set_environment">
6c38443b46ac planemo upload
jowong
parents:
diff changeset
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
15 </action>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
16 </actions_group>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
17 </install>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
18 <readme>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
19 <![CDATA[
6c38443b46ac 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.
6c38443b46ac planemo upload
jowong
parents:
diff changeset
21 ]]>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
22 </readme>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
23 </package>
6c38443b46ac planemo upload
jowong
parents:
diff changeset
24 </tool_dependency>