Mercurial > repos > mcharles > rapsosnp
diff rapsodyn/PileupVariant.xml @ 0:442a7c88b886 draft
Uploaded
author | mcharles |
---|---|
date | Wed, 10 Sep 2014 09:18:15 -0400 |
parents | |
children | 3f7b0788a1c4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rapsodyn/PileupVariant.xml Wed Sep 10 09:18:15 2014 -0400 @@ -0,0 +1,18 @@ +<tool id="PileupVariant" name="PileupVariant" version="0.01"> +<description>Keep only mpileup line with variant</description> +<command interpreter="perl"> + PileupVariant.pl $input_file > $output_file +</command> +<inputs> +<param name="input_file" type="data" format="pileup" label="Select a suitable input file from your history"/> +</inputs> +<outputs> + <data name="output_file" format="pileup" label="${tool.name} on ${on_string}"/> +</outputs> + +<help> + + + +</help> +</tool>