comparison damidseq_findpeaks.xml @ 2:4eb79109192f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_findpeaks commit 11875bd02ef0c27b5efa25ba5e256c530117e80a-dirty
author mvdbeek
date Fri, 20 Apr 2018 04:56:11 -0400
parents e726f7546561
children 61d383c9047a
comparison
equal deleted inserted replaced
1:e726f7546561 2:4eb79109192f
11 --min_count=$min_count 11 --min_count=$min_count
12 --min_quant=$min_quant 12 --min_quant=$min_quant
13 --n=$n 13 --n=$n
14 --step=$step 14 --step=$step
15 --unified_peaks=$unified_peaks 15 --unified_peaks=$unified_peaks
16 '$input_file' && 16 '$input_file' | LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' &&
17 mv peak_analysis*/*.gff peaks.gff && 17 mv peak_analysis*/*.gff peaks.gff &&
18 mv peak_analysis*/*data log.txt 18 mv peak_analysis*/*data log.txt
19 ]]></command> 19 ]]></command>
20 <inputs> 20 <inputs>
21 <param name="input_file" type="data" format="gff,bed,bedgraph" label="Select dam-fusion/dam ratio files" help="You can use damidseq_core to produce this file."/> 21 <param name="input_file" type="data" format="gff,bed,bedgraph" label="Select dam-fusion/dam ratio files" help="You can use damidseq_core to produce this file."/>