annotate transit_resampling.xml @ 1:1d1ca6b30fbb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0-dirty
author iuc
date Wed, 27 Feb 2019 10:14:26 -0500
parents 8ccb1b841efb
children b33af081b02e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
1
1d1ca6b30fbb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0-dirty
iuc
parents: 0
diff changeset
2 <tool id="transit_resampling" name="Resampling" version="@VERSION@+galaxy1">
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
3 <description>- determine per-gene p-values</description>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
4 <macros>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
5 <import>macros.xml</import>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
6 </macros>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
7 <expand macro="requirements" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
9 @LINK_INPUTS@
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
10 #set $control_files = ','.join(['control_file_%d.wig' % idx for idx, _ in enumerate(str($controls).split(','))])
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
11 #for idx, filename in enumerate(str($controls).split(',')):
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
12 ln -s '$filename' control_file_${idx}.wig &&
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
13 #end for
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
14 transit resampling $input_files $control_files annotation.dat transit_out.txt
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
15 @STANDARD_OPTIONS@
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
16 -s $samples -n $normalization $histogram $adaptive $exclude_zero $pseudo $loess
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
17 ]]>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
18 </command>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
19 <inputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
20 <expand macro="standard_inputs">
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
21 <param name="controls" type="data" format="wig" multiple="true" label="Control .wig files" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
22 <param name="samples" argument="-s" type="integer" value="10000" label="Number of samples" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
23 <param name="normalization" argument="-n" type="select" label="Normalization method">
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
24 <option value="TTR">TTR</option>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
25 </param>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
26 <param name="histogram" argument="-h" type="boolean" truevalue="-h" falsevalue="" label="Output histogram of the permutations" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
27 <param name="adaptive" argument="-a" type="boolean" truevalue="-a" falsevalue="" label="Perform adaptive resampling" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
28 <param name="exclude_zero" argument="-ez" type="boolean" truevalue="-ez" falsevalue="" label="Exclude rows with zero accross conditions" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
29 <param name="pseudo" argument="-pc" type="boolean" truevalue="-pc" falsevalue="" label="Add pseudocounts at each site" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
30 <param name="loess" argument="-l" type="boolean" truevalue="-l" falsevalue="" label="Perform LOESS Correction" help="Helps remove possible genomic position bias." />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
31
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
32 </expand>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
33 </inputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
34 <outputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
35 <expand macro="outputs" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
36 </outputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
37 <tests>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
38 <test>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
39 <param name="inputs" ftype="wig" value="transit-in1-rep1.wig,transit-in1-rep2.wig" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
40 <param name="controls" ftype="wig" value="transit-co1-rep1.wig,transit-co1-rep2.wig,transit-co1-rep3.wig" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
41 <param name="annotation" ftype="gff3" value="transit-in1.gff3" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
42 <param name="samples" value="1000" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
43 <param name="burnin" value="100" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
44 <output name="sites" file="resampling-sites1.txt" ftype="tabular" compare="sim_size" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
45 </test>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
46 </tests>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
47 <help>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
48 <![CDATA[
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
49 The re-sampling method is a comparative analysis the allows that can be used to determine conditional essentiality of genes. It is based on a permutation test, and is capable of determining read-counts that are significantly different across conditions.
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
50 ]]></help>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
51 <expand macro="citations" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
52 </tool>