Mercurial > repos > devteam > substitutions
diff substitutions.xml @ 0:190735ce4c2b draft
Imported from capsule None
author | devteam |
---|---|
date | Tue, 01 Apr 2014 09:12:31 -0400 |
parents | |
children | 385a5c3d7244 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/substitutions.xml Tue Apr 01 09:12:31 2014 -0400 @@ -0,0 +1,38 @@ +<tool id="substitutions1" name="Fetch substitutions " version="1.0.0"> + <description> from pairwise alignments</description> + <command interpreter="python"> + substitutions.py + $input + $out_file1 + </command> + <inputs> + <param format="maf" name="input" type="data" label="Select pair-wise alignment data"/> + </inputs> + <outputs> + <data format="tabular" name="out_file1" metadata_source="input"/> + </outputs> + + <tests> + <test> + <param name="input" value="Interval2Maf_pairwise_out.maf"/> + <output name="out_file1" file="subs.out"/> + </test> + </tests> + <help> + +.. class:: infomark + +**What it does** + +This tool takes a pairwise MAF file as input and fetches substitutions per alignment block. + +----- + +.. class:: warningmark + +**Note** + +Any block/s not containing exactly two sequences, will be omitted. + + </help> +</tool> \ No newline at end of file