annotate ipfp_normalisation.xml @ 0:8b5e4ea144a5 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
author iuc
date Tue, 04 Feb 2025 09:11:16 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
1 <tool id="ipfp_norm" name="IPFP Normalisation" version="0.1.0+galaxy0" profile="21.05">
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
2 <requirements>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
3 <requirement type="package" version="2.2.2">numpy</requirement>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
4 </requirements>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
6 python '${__tool_directory__}/ipfp_normalisation.py'
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
7 --input '$input'
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
8
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
9 #if $precision:
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
10 --precision $precision
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
11 #end if
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
12
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
13 #if $maxIterations:
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
14 --maxIterations $maxIterations
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
15 #end if
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
16
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
17 #if $skipHeaders:
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
18 --skipHeaders $skipHeaders
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
19 #end if
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
20
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
21 ]]></command>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
22 <inputs>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
23 <param argument="--input" type="data" format="tsv" label="input" help="Input file"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
24 <param argument="--precision" type="float" value="1e-05" optional="true" label="precision" help="Precision"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
25 <param argument="--maxIterations" type="integer" value="50" optional="true" label="maxIterations" help="Max iterations"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
26 <param argument="--skipHeaders" type="integer" value="0" optional="true" label="skipHeaders" help="Skips the first n lines to skip headers"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
27 </inputs>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
28 <outputs>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
29 <data name="output" from_work_dir="output.tsv" format="tsv" />
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
30 </outputs>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
31 <tests>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
32 <test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
33 <param name="input" value="small-input/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
34 <output name="output" file="small-input/output.tsv" />
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
35 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
36 <test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
37 <param name="input" value="medium-input/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
38 <param name="precision" value="1e-08"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
39 <param name="maxIterations" value="100"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
40 <output name="output" file="medium-input/output.tsv" />
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
41 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
42 <!-- Skip headers -->
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
43 <test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
44 <param name="input" value="skip-headers/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
45 <param name="skipHeaders" value="1"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
46 <output name="output" file="skip-headers/output.tsv" />
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
47 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
48 <!-- Unrealistic precision for the amount of iterations -->
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
49 <test expect_failure="true">
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
50 <param name="input" value="small-input/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
51 <param name="precision" value="1e-20"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
52 <param name="maxIterations" value="20"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
53 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
54 <!-- Invalid precision -->
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
55 <test expect_failure="true">
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
56 <param name="input" value="small-input/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
57 <param name="precision" value="-0.1"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
58 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
59 <!-- Invalid maxIterations -->
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
60 <test expect_failure="true">
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
61 <param name="input" value="small-input/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
62 <param name="maxIterations" value="-1"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
63 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
64 <!-- Negative number in input -->
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
65 <test expect_failure="true">
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
66 <param name="input" value="bad-input/input.tsv"/>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
67 </test>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
68 </tests>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
69 <help><![CDATA[
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
70 This tool normalises a matrix using the Iterative Proportional Fitting Procedure (IPFP).
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
71
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
72 The tool takes a matrix consisting of only positive floating point numbers/integers as input and returns the normalized matrix.
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
73
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
74 The tool requires a tsv file as input.
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
75
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
76 Example input:
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
77 input.tsv:
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
78 ```
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
79 col1 col2 col3
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
80 1.321 3.1023 0.9324
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
81 0.0239 1.1045 0.8301
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
82 0.1234 0.4312 1.2345
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
83 ... ... ...
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
84 ```
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
85 precision: 1e-05
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
86 maxIterations: 50
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
87 skipHeaders: 1 (skips the first line, which are the headers)
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
88 ]]></help>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
89 <citations>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
90 <citation type="doi">10.1016/j.jmb.2021.166966</citation>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
91 </citations>
8b5e4ea144a5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ipfp_normalisation commit 1facbf5b9d74f0f7cd1f9346acb405a2e327c639
iuc
parents:
diff changeset
92 </tool>