# HG changeset patch
# User iuc
# Date 1571214770 14400
# Node ID c68753eedf72406a4986ca09b4633ac88463c50f
# Parent e4f44f327cf11a9a18d4c8ba638f59fa1cbc7925
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit bd061799ebd49ada1a666d0815720c18291728da"
diff -r e4f44f327cf1 -r c68753eedf72 macros.xml
--- a/macros.xml Tue Oct 08 08:24:46 2019 -0400
+++ b/macros.xml Wed Oct 16 04:32:50 2019 -0400
@@ -18,10 +18,10 @@
-
-
+
+
+
-
@@ -78,5 +78,6 @@
-iN $nterm
-tC $cterm
-n $normalization
+ -r $handle_replicates
diff -r e4f44f327cf1 -r c68753eedf72 transit_tn5gaps.xml
--- a/transit_tn5gaps.xml Tue Oct 08 08:24:46 2019 -0400
+++ b/transit_tn5gaps.xml Wed Oct 16 04:32:50 2019 -0400
@@ -1,5 +1,5 @@
-
+- determine essential genesmacros.xml
@@ -14,6 +14,7 @@
+
@@ -59,11 +60,12 @@
Optional Arguments:
-m := Smallest read-count to consider. Default: -m 1
- -r := How to handle replicates. Sum or Mean. Default: -r Sum
+ -r := How to handle replicates. Sum or Mean. Default: -r Mean
--iN := Ignore TAs occuring at given fraction of the N terminus. Default: -iN 0.0
--iC := Ignore TAs occuring at given fraction of the C terminus. Default: -iC 0.0
-n := Determines which normalization method to use. Default -n TTR
+
- Minimum Read: The minimum read count that is considered a true read. Because the Gumbel method depends on determining gaps of TA sites lacking insertions, it may be susceptible to spurious reads (e.g. errors). The default value of 1 will consider all reads as true reads. A value of 2, for example, will ignore read counts of 1.
- Replicates: Determines how to deal with replicates by averaging the read-counts or summing read counts across datasets. This should not have an affect for the Gumbel method, aside from potentially affecting spurious reads.
- Normalisation :