Mercurial > repos > iuc > rp2paths
annotate rp2paths.xml @ 0:1e7007e80a4b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
author | iuc |
---|---|
date | Mon, 17 Oct 2022 21:20:40 +0000 |
parents | |
children | 7db06bf670db |
rev | line source |
---|---|
0
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
1 <tool id="rp2paths" name="RP2paths" version="@TOOL_VERSION@" profile="21.09"> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
2 <description>Enumerate and seperate the different pathways generated by RetroPath2.0</description> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
3 <macros> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.5.0</token> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
5 </macros> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
6 <requirements> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">rp2paths</requirement> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
8 </requirements> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
9 <stdio> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
10 <regex match="TIMEOUT:" level="fatal" /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
11 <regex match="ERROR:" level="fatal" /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
12 <regex match="WARNING:" level="warning" /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
13 </stdio> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
14 <command detect_errors="exit_code"><![CDATA[ |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
15 mkdir out && |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
16 python -m rp2paths all |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
17 '$rp2_pathways' |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
18 --outdir out |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
19 --timeout '$adv.timeout' && |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
20 cp out/compounds.txt '$compounds' && |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
21 if test -f 'out/out_paths.csv'; then |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
22 cp out/out_paths.csv '$master_pathways'; |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
23 fi |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
24 ]]></command> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
25 <inputs> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
26 <param name="rp2_pathways" type="data" format="csv" label="RetroPath2.0 Pathways" help="Retrosynthesis network CSV file outputted by the RetroPath2 tool which desribes the network linking the targeted compound to the chassis."/> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
27 <section name="adv" title="Advanced Options" expanded="false"> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
28 <param name="timeout" type="integer" value="1800" label="Time Out" help="Time out before killing a process (in seconds), default: 30 minutes." /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
29 </section> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
30 </inputs> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
31 <outputs> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
32 <data name="master_pathways" format="csv" label="${tool.name} on ${rp2_pathways.name} : Enumerated Pathways" /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
33 <data name="compounds" format="tabular" label="${tool.name} on ${rp2_pathways.name} : Compounds" /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
34 </outputs> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
35 <tests> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
36 <test> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
37 <!-- test 1: check if identical outputs are produced with default parameters --> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
38 <param name="rp2_pathways" value="retropath2_pathways.csv" /> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
39 <output name="master_pathways" file="rp2paths_pathways.csv" ftype="csv" compare="diff"/> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
40 <output name="compounds" file="rp2paths_compounds.tsv" ftype="tabular" compare="diff"/> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
41 </test> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
42 </tests> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
43 <help><![CDATA[ |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
44 RP2paths |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
45 ======== |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
46 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
47 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
48 **RP2paths** extracts the set of heterologous pathways that lies in a metabolic space file outputted by the `RetroPath2.0 workflow <https://www.myexperiment.org/workflows/4987.html>`_ into individual pathways and enumerate them. This analysis is required to ensure that only pathways fulfilling all the precursor needs are retained for further analysis. This tool takes as input a retrosynthesis network in the CSV file produced by `RetroPath2.0 <https://toolshed.g2.bx.psu.edu/view/tduigou/retropath2/9c8ac9980bd6>`_ , and outputs the enumerated pathways (using `EC numbers <https://en.wikipedia.org/wiki/Enzyme_Commission_number>`_ ) as well as the structure of involved chemicals (as SMILES: Simplified Molecular-Input Line-Entry System) in TSV format. |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
49 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
50 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
51 An example of **enumerated pathways** is illustred in the figure below for the production of a target molecule: `Styrene <https://en.wikipedia.org/wiki/Styrene>`_. **Compounds** are represented by their structures, and **reactions** by their `EC numbers <https://en.wikipedia.org/wiki/Enzyme_Commission_number>`_. |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
52 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
53 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
54 .. image:: ${static_path}/images/enumerated_pathways.png |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
55 :width: 40 % |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
56 :align: center |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
57 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
58 | |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
59 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
60 Input |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
61 ----- |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
62 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
63 Required information: |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
64 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
65 * **RetroPath2.0 Pathways**\ : Retrosynthesis network CSV file outputted by the RetroPath2 tool which desribes the network linking the targeted compound to the chassis. |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
66 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
67 Advanced options: |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
68 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
69 * **Time Out**\ : (integer) Timeout before killing a process (in seconds), default: 30 minutes. |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
70 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
71 Output |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
72 ------ |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
73 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
74 * **Enumerated Pathways**\ : Describes all the indiviudal enumerated pathways that produce the compound of interest. |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
75 * **Compounds**\ : Describes the structure of all the chemical species involved in all pathways as SMILES (Simplified Molecular-Input Line-Entry System). |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
76 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
77 Project Links |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
78 --------------------- |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
79 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
80 * `GitHub <https://github.com/brsynth/rp2paths>`_ |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
81 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
82 License |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
83 ------- |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
84 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
85 `MIT <https://github.com/brsynth/rp2paths/blob/master/LICENSE.md>`_ |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
86 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
87 Acknowledgments |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
88 --------------- |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
89 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
90 * Joan Hérisson |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
91 |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
92 ]]></help> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
93 <citations> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
94 <citation type="doi">10.1016/j.ymben.2017.12.002</citation> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
95 </citations> |
1e7007e80a4b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rp2paths commit c7d83bf1145bcd43d933d91d5a39af58b8f1834c
iuc
parents:
diff
changeset
|
96 </tool> |