Mercurial > repos > timpalpant > java_genomics_toolkit
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/Subsample.xml Sat Feb 09 14:02:24 2019 -0500 @@ -0,0 +1,16 @@ +<tool id="Subsample" name="Randomly select N entries" version="1.0.0"> + <description>from an interval file</description> + <command interpreter="bash">galaxyToolRunner.sh ngs.Subsample -i $input -n $n -o $output</command> + <inputs> + <param name="input" type="data" format="sam,bam,gff,bed,bigbed,bedgraph,vcf" label="Input file" /> + </inputs> + <outputs> + <data name="output" format="input" metadata_source="input" /> + </outputs> + +<help> + +This tool will randomly select N reads from a file. + +</help> +</tool>