Mercurial > repos > iuc > samtools_conssensus
comparison samtools_consensus.xml @ 2:74e06ecd1f83 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 19dd8b645a77899ff98d139d79de824a23f416bb
| author | iuc |
|---|---|
| date | Wed, 12 Nov 2025 13:00:06 +0000 |
| parents | a4b9be0c418e |
| children |
comparison
equal
deleted
inserted
replaced
| 1:8feff7665181 | 2:74e06ecd1f83 |
|---|---|
| 138 <!-- Gloabl Settings --> | 138 <!-- Gloabl Settings --> |
| 139 <section name="global_settings" title="Global Settings" expanded="no"> | 139 <section name="global_settings" title="Global Settings" expanded="no"> |
| 140 <param name="minimum_depth" argument="--min-depth" type="integer" value="1" label="Minimum depth" help="The minimum depth required to make a call. Failing this depth check will produce consensus 'N', or absent if it is an insertion. Note this check is performed after filtering by flags and mapping/base quality"/> | 140 <param name="minimum_depth" argument="--min-depth" type="integer" value="1" label="Minimum depth" help="The minimum depth required to make a call. Failing this depth check will produce consensus 'N', or absent if it is an insertion. Note this check is performed after filtering by flags and mapping/base quality"/> |
| 141 <!-- region --> | 141 <!-- region --> |
| 142 <repeat name="reg_repeat" title="region" min="0" max="1"> | 142 <repeat name="reg_repeat" title="region" min="0" max="1"> |
| 143 <param name="reg" type="text" optional="false" format="fasta" label="Region"/> | 143 <param name="reg" type="text" optional="false" label="Region"/> |
| 144 <param name="start" type="integer" format="fasta" optional="true" label="Start"/> | 144 <param name="start" type="integer" optional="true" label="Start"/> |
| 145 <param name="end" type="integer" format="fasta" optional="true" label="End"/> | 145 <param name="end" type="integer" optional="true" label="End"/> |
| 146 </repeat> | 146 </repeat> |
| 147 <!-- use contional ref macro --> | 147 <!-- use contional ref macro --> |
| 148 <expand macro="optional_reference" token_argument="--reference" token_help="Select a reference genome to guide consensus generation."/> | 148 <expand macro="optional_reference" token_argument="--reference" token_help="Select a reference genome to guide consensus generation."/> |
| 149 </section> | 149 </section> |
| 150 <!-- Output Options --> | 150 <!-- Output Options --> |
