annotate tradis_essentiality.xml @ 1:58234d95978d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 61c83ac999a040604915ff7cf92670b2635b967e"
author iuc
date Fri, 07 Feb 2020 05:20:39 -0500
parents 738e58ed9cc2
children 103bd59b3e33
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
58234d95978d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 61c83ac999a040604915ff7cf92670b2635b967e"
iuc
parents: 0
diff changeset
1 <tool id="tradis_essentiality" name="Bio-TraDis Essentiality Predictions" version="@TOOL_VERSION@+galaxy@VERSION@">
0
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
2 <description></description>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
3 <macros>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
5 </macros>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
6 <expand macro="requirements" />
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
7 <command>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
8 <![CDATA[
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
9 ln -s '$input_insert_file' input.csv &&
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
10 tradis_essentiality.R input.csv
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
11 ]]>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
12 </command>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
13
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
14 <inputs>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
15 <param name="input_insert_file" type="data" format="csv" label="Gene insertion counts" help="Ourput file of `Bio-TraDis counts to gene insertion data` tool"/>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
16 </inputs>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
17
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
18 <outputs>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
19
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
20 <data name="ess_genes" format="csv" label="${tool.name} on ${on_string} : Essential genes" from_work_dir="input.csv.essen.csv"/>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
21 <data name="ambig_genes" format="csv" label="${tool.name} on ${on_string} : Unclassified genes" from_work_dir="input.csv.ambig.csv"/>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
22 <data name="all_genes" format="csv" label="${tool.name} on ${on_string} : All genes" from_work_dir="input.csv.all.csv"/>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
23 <data name="qc_results" format="pdf" label="${tool.name} on ${on_string} : QC report" from_work_dir="input.csv.QC_and_changepoint_plots.pdf"/>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
24 </outputs>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
25
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
26 <tests>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
27 <test>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
28 <param name="input_insert_file" ftype="csv" value="test.csv"/>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
29 <output name="ess_genes" file="test.csv.essen.csv" compare="sim_size" delta="200" />
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
30 <output name="ambig_genes" file="test.csv.ambig.csv" compare="sim_size" delta="200" />
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
31 <output name="all_genes" file="test.csv.all.csv" compare="sim_size" delta="200" />
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
32 </test>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
33 </tests>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
34 <help>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
35 <![CDATA[
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
36
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
37 **What is does**
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
38
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
39 Bio-TraDis provides software utilities for the processing, mapping, and analysis of transposon insertion sequencing data. The pipeline was designed with the data from the TraDIS sequencing protocol in mind, but should work with a variety of transposon insertion sequencing protocols as long as they produce data in the expected format.
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
40
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
41 tradis_essentiality tool performs an Essentiality analysis using the annotation counts output of tradis_gene_insert_sites tool
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
42
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
43 -----
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
44
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
45 **Output files**
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
46
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
47 - Essential genes table : Table containing the essential genes
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
48 - Unclassified genes : Table containing genes that couldn't be classified as essential or non essential
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
49 - All genes : Table containing all genes
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
50 - QC report : PDF file containing the regression plot
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
51
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
52 All tables contain the following columns:
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
53 - locus_tag
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
54 - gene_name
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
55 - ncrna : Non-coding RNA, 1 if the feature is a non coding DNA, 0 if not.
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
56 - start
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
57 - end
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
58 - strand
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
59 - read_count : Total number of reads mapping on the feature
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
60 - ins_index : Insertion index, number of insertion divided by the gene length
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
61 - gene_length
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
62 - ins_count : Number of insertion within the feature.
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
63 - fcn : Function
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
64
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
65 -----
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
66
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
67 **More information**
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
68
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
69 .. class:: infomark
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
70
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
71 Additional information about Bio-TraDis can be found at https://github.com/sanger-pathogens/Bio-Tradis
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
72 ]]>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
73 </help>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
74
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
75 <expand macro="citations" />
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
76
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
77 </tool>
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
78
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
79
738e58ed9cc2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/biotradis commit 1c0a0f88149bf8863a89c58bace81e070b3adb5a"
iuc
parents:
diff changeset
80