Mercurial > repos > portiahollyoak > temp
comparison temp.xml @ 16:c613f8c96e6d draft
planemo upload for repository https://github.com/portiahollyoak/Tools commit c734ef937d8ed788fded64ed8455e7fc7b89278c
author | portiahollyoak |
---|---|
date | Tue, 14 Jun 2016 04:36:25 -0400 |
parents | 65ae84fc6689 |
children | e7d3dc3e0ec9 |
comparison
equal
deleted
inserted
replaced
15:65ae84fc6689 | 16:c613f8c96e6d |
---|---|
1 <tool id ="run_TEMP" name="TEMP" version="0.1.7"> | 1 <tool id ="run_TEMP" name="TEMP" version="0.1.8"> |
2 <description></description> | 2 <description></description> |
3 <requirements> | 3 <requirements> |
4 <!-- The following are classical toolshed packages and should be removed | 4 <!-- The following are classical toolshed packages and should be removed |
5 once conda is deemed stable--> | 5 once conda is deemed stable--> |
6 <requirement type="package" version="1.6.922">bioperl</requirement> | 6 <requirement type="package" version="1.6.922">bioperl</requirement> |
48 <param name="median_insertsize" value="" type="integer" label="Median Insert Length"/> | 48 <param name="median_insertsize" value="" type="integer" label="Median Insert Length"/> |
49 <param name="mismatches" min="0" max="5" type="integer" value="3" label="Allow this many mismatches when aligning to TEs"/> | 49 <param name="mismatches" min="0" max="5" type="integer" value="3" label="Allow this many mismatches when aligning to TEs"/> |
50 <param name="minimum_score_difference" type="integer" min="10" max="37" value="30" label="Minimum score difference between optimal and suboptimal alignment to consider read uniquely mapped"/> | 50 <param name="minimum_score_difference" type="integer" min="10" max="37" value="30" label="Minimum score difference between optimal and suboptimal alignment to consider read uniquely mapped"/> |
51 </inputs> | 51 </inputs> |
52 <outputs> | 52 <outputs> |
53 <data format="bed" type="data" name="insertion_summary" label="${alignment.element_identifier} Insertion summary file" /> | 53 <data format="bed" type="data" name="insertion_summary" label="${alignment.element_identifier} Insertions" /> |
54 <data format="bed" type="data" name="absence_summary" label="${alignment.element_identifier} Absence summary file" /> | 54 <data format="bed" type="data" name="absence_summary" label="${alignment.element_identifier} Absences" /> |
55 <data format="zip" type="data" name="archive" label="${alignment.element_identifier} Compressed output files" /> | 55 <data format="zip" type="data" name="archive" label="${alignment.element_identifier} Compressed output files" /> |
56 </outputs> | 56 </outputs> |
57 <tests> | 57 <tests> |
58 <test> | 58 <test> |
59 <param name="alignment" value="chr2l_bwa_mem.bam" ftype="bam"/> | 59 <param name="alignment" value="chr2l_bwa_mem.bam" ftype="bam"/> |