annotate kwip.xml @ 0:39519109479f draft

planemo upload
author jowong
date Mon, 19 Nov 2018 04:19:54 -0500
parents
children 66d91eade17a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39519109479f planemo upload
jowong
parents:
diff changeset
1 <tool id="kwip" name="kwip" version="1.1.0">
39519109479f planemo upload
jowong
parents:
diff changeset
2 <description>Calculates CNV of genomic data based on template</description>
39519109479f planemo upload
jowong
parents:
diff changeset
3 <requirements>
39519109479f planemo upload
jowong
parents:
diff changeset
4 <requirement type="package" version="0.2.0">kwip</requirement>
39519109479f planemo upload
jowong
parents:
diff changeset
5 </requirements>
39519109479f planemo upload
jowong
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
39519109479f planemo upload
jowong
parents:
diff changeset
7 kwip -h
39519109479f planemo upload
jowong
parents:
diff changeset
8 ]]></command>
39519109479f planemo upload
jowong
parents:
diff changeset
9 <inputs>
39519109479f planemo upload
jowong
parents:
diff changeset
10 <param type="data" name="input1" format="txt" />
39519109479f planemo upload
jowong
parents:
diff changeset
11 </inputs>
39519109479f planemo upload
jowong
parents:
diff changeset
12 <outputs>
39519109479f planemo upload
jowong
parents:
diff changeset
13 <data name="output1" format="txt" />
39519109479f planemo upload
jowong
parents:
diff changeset
14 </outputs>
39519109479f planemo upload
jowong
parents:
diff changeset
15 <tests>
39519109479f planemo upload
jowong
parents:
diff changeset
16 <test>
39519109479f planemo upload
jowong
parents:
diff changeset
17 <param name="input1" value="prince_input.txt"/>
39519109479f planemo upload
jowong
parents:
diff changeset
18 <output name="output1" file="prince_output.txt"/>
39519109479f planemo upload
jowong
parents:
diff changeset
19 </test>
39519109479f planemo upload
jowong
parents:
diff changeset
20 </tests>
39519109479f planemo upload
jowong
parents:
diff changeset
21 <help><![CDATA[
39519109479f planemo upload
jowong
parents:
diff changeset
22 usage: prince [-h] [-bo BOOST_OUTPUT] [-to TARGET_OUTPUT] [-tmp TEMPLATES] [-tf TARGET_FILE] [-bf BOOSTING_FILE] [-k K] [-cn COPYNUMBER]
39519109479f planemo upload
jowong
parents:
diff changeset
23
39519109479f planemo upload
jowong
parents:
diff changeset
24 Prince Options.
39519109479f planemo upload
jowong
parents:
diff changeset
25
39519109479f planemo upload
jowong
parents:
diff changeset
26 optional arguments:
39519109479f planemo upload
jowong
parents:
diff changeset
27 -h, --help Show this help message and exit
39519109479f planemo upload
jowong
parents:
diff changeset
28 -bo, --boost_output Output file for training data / training data used to predict copy numbers for queries
39519109479f planemo upload
jowong
parents:
diff changeset
29 -to, --target_output Output file for query copy number predictions
39519109479f planemo upload
jowong
parents:
diff changeset
30 -tmp, --templates VNTR templates. Default is for M.TB
39519109479f planemo upload
jowong
parents:
diff changeset
31 -tf, --target_file Target genome names in a text file
39519109479f planemo upload
jowong
parents:
diff changeset
32 -bf, --boosting_file Training genome file names in a text file
39519109479f planemo upload
jowong
parents:
diff changeset
33 -k, --k Kmer size used during read recruitment
39519109479f planemo upload
jowong
parents:
diff changeset
34 -cn, --copynumber Copy number used for training genome
39519109479f planemo upload
jowong
parents:
diff changeset
35
39519109479f planemo upload
jowong
parents:
diff changeset
36 ]]></help>
39519109479f planemo upload
jowong
parents:
diff changeset
37 <citations>
39519109479f planemo upload
jowong
parents:
diff changeset
38 <citation type="bibtex">
39519109479f planemo upload
jowong
parents:
diff changeset
39 @misc{githubPythonPRINCE,
39519109479f planemo upload
jowong
parents:
diff changeset
40 author = {Booth, Julian},
39519109479f planemo upload
jowong
parents:
diff changeset
41 year = {2018},
39519109479f planemo upload
jowong
parents:
diff changeset
42 title = {PythonPRINCE},
39519109479f planemo upload
jowong
parents:
diff changeset
43 publisher = {GitHub},
39519109479f planemo upload
jowong
parents:
diff changeset
44 journal = {GitHub repository},
39519109479f planemo upload
jowong
parents:
diff changeset
45 url = {https://github.com/WGS-TB/PythonPRINCE},
39519109479f planemo upload
jowong
parents:
diff changeset
46 }</citation>
39519109479f planemo upload
jowong
parents:
diff changeset
47 </citations>
39519109479f planemo upload
jowong
parents:
diff changeset
48 </tool>