annotate aoptk_publication_tracker.xml @ 0:0f01dc62c4f3 draft default tip

planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
author recetox
date Wed, 04 Feb 2026 09:43:20 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
1 <tool id="aoptk_publication_tracker" name="aoptk publication tracker" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="25.1" license="MIT">
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
2 <description>Tool to track publications.</description>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
3 <macros>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
4 <import>macros.xml</import>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
5 </macros>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
6
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
7 <requirements>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
8 <expand macro="requirements"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
9 </requirements>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
10
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
12 ln -s '$read' 'read.${read.ext}' &&
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
13 ln -s '$master' 'master.${master.ext}' &&
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
14 publication-tracker
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
15 --read 'read.${read.ext}'
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
16 --master 'master.${master.ext}'
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
17 --code '$code'
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
18 --query '$query'
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
19 --database '$literature_database'
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
20 --outdir .
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
21 \${EMAIL:+--email \$EMAIL}
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
22 ]]></command>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
23
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
24 <inputs>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
25 <expand macro="inputs"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
26 <param argument="--code" type="text" value="" label="Your search code" help="Type your search code. E.g., 1.1. or 1.2.1.">
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
27 <sanitizer invalid_char="">
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
28 <valid initial="string.digits">
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
29 <add value="." />
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
30 </valid>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
31 </sanitizer>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
32 <validator type="regex">^\d+(\.\d+)*\.?$</validator>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
33 </param>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
34 <param argument="--read" type="data" format="xlsx" label="Your database of read publications" help="Your database of read publications. Column id must be present." />
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
35 <param argument="--master" type="data" format="xlsx" label="Your master table" help="Your master table. Columns ID and Search code must be present." />
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
36
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
37 </inputs>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
38
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
39 <outputs>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
40 <data name="updated_master_table" format="xlsx" from_work_dir="updated_master_table.xlsx" label="Updated master table" />
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
41 <data name="to_read" format="xlsx" from_work_dir="to_read.xlsx" label="To read" />
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
42 </outputs>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
43
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
44 <tests>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
45 <!-- Hint: You can use [ctrl+alt+t] after defining the inputs/outputs to auto-scaffold some basic test cases. -->
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
46 <test>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
47 <param name="query" value="hepg2 thioacetamide"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
48 <param name="code" value="1.1.1."/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
49 <param name="literature_database" value="pubmed"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
50 <param name="read" value="read_test.xlsx"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
51 <param name="master" value="master_test.xlsx"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
52 <output name="to_read" file="read1.xlsx" compare="sim_size" delta="100"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
53 </test>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
54 <test>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
55 <param name="query" value="hepg2 heparg thioacetamide spheroid"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
56 <param name="code" value="1.2.1."/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
57 <param name="literature_database" value="europepmc"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
58 <param name="read" value="read_test.xlsx"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
59 <param name="master" value="master_test.xlsx"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
60 <output name="to_read" file="read2.xlsx" compare="sim_size" delta="100"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
61 </test>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
62 <test>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
63 <param name="query" value="lx-2 col1a1"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
64 <param name="code" value="3.1."/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
65 <param name="literature_database" value="pubmed"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
66 <param name="read" value="read_test.xlsx"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
67 <param name="master" value="master_test.xlsx"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
68 <output name="updated_master_table" file="updated_master_table.xlsx" compare="sim_size" delta="100"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
69 <output name="to_read" file="read3.xlsx" compare="sim_size" delta="100"/>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
70 </test>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
71 </tests>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
72 <help><![CDATA[
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
73
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
74 Publication-Tracker
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
75 ===================
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
76 Publication-Tracker allows you to filter for publications which you have read already and automatically update search codes in your master table.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
77
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
78 How It Works
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
79 ------------
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
80 - Provide your email address — required by NCBI.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
81 - Enter a search term — exactly as you would in PubMed or Europe PMC.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
82 - Choose a database — PubMed or Europe PMC.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
83 - Assign a search code — a unique identifier for your search, e.g., 1.1. or 1.2.1. Maintain rationale behind this search code in Search-code table.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
84 - Upload database of read publications — an Excel file with a column named `id` containing publications you have already read.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
85 - Upload master table — an Excel file with columns `ID` and `Search code`. This is where you will map your publications to their corresponding search codes.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
86 - Master table with updated search codes will be generated.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
87 - File with yet not read publications will be generated.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
88
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
89 Output Files
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
90 ------------
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
91
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
92 - **Publications to read:** List of publications that match your search term and have not been read yet.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
93 - **Updated master table:** Master table with updated search codes.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
94
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
95 Notes on Creating Database of Read Publications and Master Table
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
96 ----------------------------------------------------------------
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
97
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
98 - **Database of read publications:** Must be an Excel file with a column named `id` containing the PubMed IDs (or other identifier if not available) of the publications you have read.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
99 - **Master table:** Must be an Excel file with columns `ID` (PubMed ID or other identifier) and `Search code`. This table will be updated with new search codes.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
100
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
101 How to cite
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
102 ===========
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
103
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
104 If you use Publication-Tracker in your research, please cite [DOI TBA].
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
105 Publication-Tracker was originally developed for the purposes of this publication.
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
106
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
107
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
108 ]]></help>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
109 <citations>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
110 <citation type="doi">10.1093/bioinformatics/btp163</citation>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
111 </citations>
0f01dc62c4f3 planemo upload for repository https://github.com/rdurnik/aoptk commit df42dbae2ad18cec86a3b927123fdc3f1c82287c
recetox
parents:
diff changeset
112 </tool>