1
|
1 <tool id="fastaptamer_enrich_1_0_2" name="FASTAptamer-Enrich" version="1.0.2">
|
|
2
|
|
3 <description>Calculate fold-enrichment of each sequence across populations</description>
|
|
4
|
|
5 <version_command>fastaptamer_enrich -v</version_command>
|
|
6
|
|
7 <command interpreter="perl">fastaptamer_enrich -x $input_x -y $input_y -o $output -f $filter
|
|
8 # if str(input_z) != ''
|
|
9 -z "${input_z}"
|
|
10 # end if
|
|
11 </command>
|
|
12
|
|
13 <inputs>
|
|
14 <param name="input_x" type="data" format="fasta" label="Input file X" help="Must use FASTA output from FASTAptamer-Count or FASTAptamer-Cluster"></param>
|
|
15 <param name="input_y" type="data" format="fasta" label="Input file Y" help="Must use FASTA output from FASTAptamer-Count or FASTAptamer-Cluster"></param>
|
|
16 <param name="input_z" type="data" format="fasta" optional="true" label="Input file Z" help="Must use FASTA output from FASTAptamer-Count or FASTAptamer-Cluster"></param>
|
|
17 <param name="filter" type="float" optional="true" value="0" label="RPM Threshold Filter" help="Sequences with an aggregate RPM (across all populations) less than supplied value will be excluded from analysis"></param>
|
|
18 </inputs>
|
|
19
|
|
20 <outputs>
|
|
21 <data name="output" format="tabular" label="FASTAptamer-Enrich output file"></data>
|
|
22 </outputs>
|
|
23
|
|
24 <help>
|
|
25
|
|
26 .. class:: warningmark
|
|
27
|
|
28 FASTAptamer-Enrich requires FASTA formatted input files generated by FASTAptamer-Count or FASTAptamer-Cluster.
|
|
29
|
|
30 ------
|
|
31
|
|
32 **FASTAptamer-Enrich** rapidly calculates "fold-enrichment" values for each sequence across two or three input files. Output is provided as a tab-delimited file and is formatted to include sequence composition, length, rank, reads, reads per million (RPM), cluster information (if available) and enrichment values for each sequence.
|
|
33
|
|
34 An optional threshold filter can be applied to exclude sequences with total reads per million (across all input populations) less than the number supplied.
|
|
35
|
|
36 Enrichment is calculated by dividing reads per million of y/x (and z/y and z/x, if a third input file is specified).
|
|
37
|
|
38 ------
|
|
39
|
|
40 .. image::
|
|
41 http://burkelab.missouri.edu/images/fastaptamer-logo-xs.png
|
|
42 :height: 98
|
|
43 :width: 300
|
|
44
|
|
45 For more information on FASTAptamer, visit our website_.
|
|
46
|
|
47 FASTAptamer is distributed under a GNU GPL v3.0 license. For complete license click here_.
|
|
48
|
|
49 .. _here: http://burkelab.missouri.edu/fastaptamer/LICENSE.txt
|
|
50 .. _website: http://burkelab.missouri.edu/fastaptamer.html
|
|
51
|
|
52 </help>
|
|
53
|
|
54 <citations>
|
|
55 <citation type="doi">doi:10.1038/mtna.2015.4</citation>
|
|
56 </citations>
|
|
57
|
|
58 </tool>
|