|
0
|
1 <tool id="pathoscope_id" name="Pathoscope ID" version="0.1.0">
|
|
|
2 <description>Pathoscioe ID</description>
|
|
|
3 <requirements>
|
|
2
|
4 <requirement type="package" version="2.0.6">pathoscope</requirement>
|
|
0
|
5 </requirements>
|
|
3
|
6 <command> <![CDATA[pathoscope -h]]> </command>
|
|
0
|
7 <inputs>
|
|
|
8 <param format="sam" name="aligh_file" type="data" label="Align File"/>
|
|
|
9 <param name="file_type" type="select" label="Choose file type">
|
|
|
10 <option value="Sam">Sam File</option>
|
|
|
11 </param>
|
|
|
12 <param argument="--thetaPrior" type="integer" value="0"
|
|
|
13 optional="true"
|
|
|
14 help="EM Algorithm Theta Prior equivalent to adding n non-unique reads" label="thetaPrior">
|
|
|
15 </param>
|
|
|
16 <param argument="--piPrior" type="integer" value="0"
|
|
|
17 optional="true"
|
|
|
18 help="EM Algorithm Pi Prior equivalent to adding n unique reads" label="piPrior">
|
|
|
19 </param>
|
|
|
20 <param name="updatedAlignFile" type="select" label="Generate updated align file?">
|
|
|
21 <option value="">No</option>
|
|
|
22 <option value="Yes">Yes</option>
|
|
|
23 </param>
|
|
|
24 <param name="displayCutoff" type="select" label="Cutoff display genomes?" value="Yes" help="cutoff display of genomes, even if it is
|
|
|
25 insignificant">
|
|
|
26 <option value="">No</option>
|
|
|
27 <option value="Yes">Yes</option>
|
|
|
28 </param>
|
|
|
29 <param name="scoreCutoff" type="integer" value="0" help="Score Cutoff"/>
|
|
|
30 </inputs>
|
|
|
31 <outputs>
|
|
|
32 <data format="tsv" name="tableFile" />
|
|
|
33 <data format="sam" name="realignFile" />
|
|
|
34 </outputs>
|
|
|
35
|
|
|
36 <tests>
|
|
|
37 <test>
|
|
|
38 <param name="input" value="fa_gc_content_input.fa"/>
|
|
|
39 <output name="out_file1" file="fa_gc_content_output.txt"/>
|
|
|
40 </test>
|
|
|
41 </tests>
|
|
|
42
|
|
|
43 <help>
|
|
|
44 Reassigns ambiguous reads, identifies microbial strains
|
|
|
45 present in the sample, and estimates proportions of
|
|
|
46 reads from each genome.
|
|
|
47 </help>
|
|
|
48
|
|
|
49 </tool>
|