comparison galaxy-conf/Subsample.xml @ 25:b43c420a6135 draft default tip

Incorporate fix: https://github.com/timpalpant/java-genomics-toolkit/commit/9a6c61b7c6b8d85a1cd3f595eed657a537b85dc9
author timpalpant
date Sat, 09 Feb 2019 14:02:24 -0500
parents
children
comparison
equal deleted inserted replaced
24:a77e126ae856 25:b43c420a6135
1 <tool id="Subsample" name="Randomly select N entries" version="1.0.0">
2 <description>from an interval file</description>
3 <command interpreter="bash">galaxyToolRunner.sh ngs.Subsample -i $input -n $n -o $output</command>
4 <inputs>
5 <param name="input" type="data" format="sam,bam,gff,bed,bigbed,bedgraph,vcf" label="Input file" />
6 </inputs>
7 <outputs>
8 <data name="output" format="input" metadata_source="input" />
9 </outputs>
10
11 <help>
12
13 This tool will randomly select N reads from a file.
14
15 </help>
16 </tool>