# HG changeset patch # User mvdbeek # Date 1528908060 14400 # Node ID 8fd3191302d020a1cdf5a94b091d4f91f1298914 # Parent 7efacf19bedccbdca4782ee79a6cfdea4b6cd3e2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_findpeaks commit 5bf4f4dbd82988d1612d951d69125bc5f5b439be diff -r 7efacf19bedc -r 8fd3191302d0 damidseq_findpeaks.xml --- a/damidseq_findpeaks.xml Fri Apr 20 06:14:28 2018 -0400 +++ b/damidseq_findpeaks.xml Wed Jun 13 12:41:00 2018 -0400 @@ -20,7 +20,7 @@ - + diff -r 7efacf19bedc -r 8fd3191302d0 log --- a/log Fri Apr 20 06:14:28 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -Simple FDR random permutation peak caller -Usage: [options] [files in bedgraph or GFF format] - -Options: - --fdr False discovery rate value - [Current value: 0.01] - --frac Number of random fragments to consider per iteration - --min_count Minimum number of fragments to consider as a peak - [Current value: 2] - --min_quant Minimum quantile for considering peaks - [Current value: 0.95] - --n Number of iterations - [Current value: 100] - --step Stepping for quantiles - [Current value: 0.01] - --unified_peaks Method for calling peak overlaps (two options): - 'min': call minimum overlapping peak area - 'max': call maximum overlap as peak - [Current value: max] -