Previous changeset 6:7cb4c6424ff8 (2019-12-04) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit b50166c05f3484b0d0171cd668653efb54cf0545" |
modified:
repmatch_gff3.xml |
b |
diff -r 7cb4c6424ff8 -r 79f505a25bb8 repmatch_gff3.xml --- a/repmatch_gff3.xml Wed Dec 04 16:33:56 2019 -0500 +++ b/repmatch_gff3.xml Mon Dec 16 15:45:16 2019 -0500 |
b |
@@ -96,7 +96,7 @@ <help> **What it does** -RepMatch accepts two or more input datasets, and starts by defining peak-pair midpoints in the first dataset. It then +RepMatch accepts two or more input datasets (in gff format https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md), and starts by defining peak-pair midpoints in the first dataset. It then discovers all peak-pair midpoints in the second dataset that are within the distance, defined by the tool's **Maximum distance between peaks in different replicates to allow merging** parameter, from the peak-pair midpoint coordinate in the first dataset. When encountering multiple candidates to match (one-to-many), RepMatch uses the method defined by |