Mercurial > repos > iuc > teloscope
comparison teloscope.xml @ 2:321ceb58023e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/teloscope commit 201733bc2332c99e30f65ae90a3c2f299153fff2
| author | iuc |
|---|---|
| date | Thu, 15 Jan 2026 17:33:29 +0000 |
| parents | 6c1cfce7c2eb |
| children |
comparison
equal
deleted
inserted
replaced
| 1:6c1cfce7c2eb | 2:321ceb58023e |
|---|---|
| 27 $out_entropy | 27 $out_entropy |
| 28 $out_matches | 28 $out_matches |
| 29 $out_its | 29 $out_its |
| 30 $ultra_fast | 30 $ultra_fast |
| 31 $verbose | 31 $verbose |
| 32 > output/${input_sequence.name}.telo.report | 32 > '$telo_report' |
| 33 ]]></command> | 33 ]]></command> |
| 34 <inputs> | 34 <inputs> |
| 35 <param argument="--input-sequence" type="data" format="fasta,fasta.gz" label="Input assembly"/> | 35 <param argument="--input-sequence" type="data" format="fasta,fasta.gz" label="Input assembly"/> |
| 36 <param argument="--canonical" type="text" value="TTAGGG" label="Canonical telomeric pattern"> | 36 <param argument="--canonical" type="text" value="TTAGGG" label="Canonical telomeric pattern"> |
| 37 <sanitizer> | 37 <sanitizer> |
| 70 </inputs> | 70 </inputs> |
| 71 | 71 |
| 72 <outputs> | 72 <outputs> |
| 73 <!-- BASIC OUTFILES --> | 73 <!-- BASIC OUTFILES --> |
| 74 <data name="terminal_telomeres" format="bed" from_work_dir="output/*_terminal_telomeres.bed" label="${tool.name} on ${on_string}: Terminal telomeres"/> | 74 <data name="terminal_telomeres" format="bed" from_work_dir="output/*_terminal_telomeres.bed" label="${tool.name} on ${on_string}: Terminal telomeres"/> |
| 75 <data name="telo_report" format="tabular" from_work_dir="output/*.telo.report" label="${tool.name} on ${on_string}: Summary report"/> | 75 <data name="telo_report" format="tabular" label="${tool.name} on ${on_string}: Summary report"/> |
| 76 | 76 |
| 77 <!-- OPTIONAL OUTFILES --> | 77 <!-- OPTIONAL OUTFILES --> |
| 78 <data name="interstitial_telomeres" format="bed" from_work_dir="output/*_interstitial_telomeres.bed" label="${tool.name} on ${on_string}: Interstitial telomeres"> | 78 <data name="interstitial_telomeres" format="bed" from_work_dir="output/*_interstitial_telomeres.bed" label="${tool.name} on ${on_string}: Interstitial telomeres"> |
| 79 <filter>out_its</filter> | 79 <filter>out_its</filter> |
| 80 </data> | 80 </data> |
| 179 </assert_contents> | 179 </assert_contents> |
| 180 </output> | 180 </output> |
| 181 <output name="telo_report"> | 181 <output name="telo_report"> |
| 182 <assert_contents> | 182 <assert_contents> |
| 183 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/> | 183 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/> |
| 184 <has_line_matching expression="\+\+\+ Assembly Summary Report \+\+\+"/> | |
| 185 <has_line_matching expression="\+\+\+ Telomere Statistics \+\+\+"/> | |
| 186 <has_line_matching expression="\+\+\+ Chromosome Telomere Counts\+\+\+"/> | |
| 187 <has_line_matching expression="\+\+\+ Chromosome Telomere/Gap Completeness\+\+\+"/> | |
| 184 </assert_contents> | 188 </assert_contents> |
| 185 </output> | 189 </output> |
| 186 </test> | 190 </test> |
| 187 | 191 |
| 188 <!-- 4) Edit distance 2: maximum variants detected --> | 192 <!-- 4) Edit distance 2: maximum variants detected --> |
| 200 </assert_contents> | 204 </assert_contents> |
| 201 </output> | 205 </output> |
| 202 <output name="telo_report"> | 206 <output name="telo_report"> |
| 203 <assert_contents> | 207 <assert_contents> |
| 204 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/> | 208 <has_line_matching expression="\+\+\+ Path Summary Report \+\+\+"/> |
| 209 <has_line_matching expression="\+\+\+ Assembly Summary Report \+\+\+"/> | |
| 210 <has_line_matching expression="\+\+\+ Telomere Statistics \+\+\+"/> | |
| 211 <has_line_matching expression="\+\+\+ Chromosome Telomere Counts\+\+\+"/> | |
| 212 <has_line_matching expression="\+\+\+ Chromosome Telomere/Gap Completeness\+\+\+"/> | |
| 205 </assert_contents> | 213 </assert_contents> |
| 206 </output> | 214 </output> |
| 207 </test> | 215 </test> |
| 208 </tests> | 216 </tests> |
| 209 | 217 |
