comparison stringtie.xml @ 22:ae618321f34a draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
author iuc
date Mon, 30 Jan 2023 12:01:28 +0000
parents 914cfcba0ec8
children 8eb8750070d4
comparison
equal deleted inserted replaced
21:914cfcba0ec8 22:ae618321f34a
1 <tool id="stringtie" name="StringTie" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="stringtie" name="StringTie" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2 <description>transcript assembly and quantification</description> 2 <description>transcript assembly and quantification</description>
3 <xrefs> 3 <xrefs>
4 <xref type="bio.tools">stringtie</xref> 4 <xref type="bio.tools">stringtie</xref>
5 </xrefs> 5 </xrefs>
6 <macros> 6 <macros>
219 <param name="name_prefix" argument="-l" type="text" label="Name prefix for output transcripts" help="This prefix will be added to the name of the transcripts that are output. Only letters and numbers will be retained in this field. Default: STRG"> 219 <param name="name_prefix" argument="-l" type="text" label="Name prefix for output transcripts" help="This prefix will be added to the name of the transcripts that are output. Only letters and numbers will be retained in this field. Default: STRG">
220 <sanitizer> 220 <sanitizer>
221 <valid initial="string.letters,string.digits"></valid> 221 <valid initial="string.letters,string.digits"></valid>
222 </sanitizer> 222 </sanitizer>
223 </param> 223 </param>
224 <param name="fraction" argument="-f" type="float" min="0.0" max="1.0" value="0.15" label="Minimum isoform fraction" help="Sets the minimum isoform abundance of the predicted transcripts as a fraction of the most abundant transcript assembled at a given locus. Lower abundance transcripts are often artifacts of incompletely spliced precursors of processed transcripts. Default: 0.15"/> 224 <param name="fraction" argument="-f" type="float" min="0.0" max="1.0" value="0.01" label="Minimum isoform fraction" help="Sets the minimum isoform abundance of the predicted transcripts as a fraction of the most abundant transcript assembled at a given locus. Lower abundance transcripts are often artifacts of incompletely spliced precursors of processed transcripts. Default: 0.05"/>
225 <param name="min_tlen" argument="-m" type="integer" min="0" value="200" label="Minimum assembled transcript length" help="Sets the minimum length allowed for the predicted transcripts. Default: 200"/> 225 <param name="min_tlen" argument="-m" type="integer" min="0" value="200" label="Minimum assembled transcript length" help="Sets the minimum length allowed for the predicted transcripts. Default: 200"/>
226 <param name="min_anchor_len" argument="-a" type="integer" min="0" value="10" label="Minimum anchor length for junctions" help="Junctions that don't have spliced reads that align across them with at least this amount of bases on both sides are filtered out. Default: 10" /> 226 <param name="min_anchor_len" argument="-a" type="integer" min="0" value="10" label="Minimum anchor length for junctions" help="Junctions that don't have spliced reads that align across them with at least this amount of bases on both sides are filtered out. Default: 10" />
227 <param name="min_anchor_cov" argument="-j" type="integer" min="0" value="1" label="Minimum junction coverage" help="There should be at least this many spliced reads that align across a junction (i.e. junction coverage). This number can be fractional, since some reads align in more than one place. A read that aligns in n places will contribute 1/n to the junction coverage. Default: 1" /> 227 <param name="min_anchor_cov" argument="-j" type="integer" min="0" value="1" label="Minimum junction coverage" help="There should be at least this many spliced reads that align across a junction (i.e. junction coverage). This number can be fractional, since some reads align in more than one place. A read that aligns in n places will contribute 1/n to the junction coverage. Default: 1" />
228 <param name="min_bundle_cov" argument="-c" type="integer" min="0" value="2" label="Minimum bundle reads per bp coverage to consider for assembly" help="Sets the minimum read coverage allowed for the predicted transcripts. A transcript with a lower coverage than this value is not shown in the output. Default: 2"/> 228 <param name="min_bundle_cov" argument="-c" type="integer" min="0" value="1" label="Minimum bundle reads per bp coverage to consider for assembly" help="Sets the minimum read coverage allowed for the predicted transcripts. A transcript with a lower coverage than this value is not shown in the output. Default: 2"/>
229 <param name="bdist" argument="-g" type="integer" min="0" value="50" label="Gap between read mappings triggering a new bundle" help="Minimum locus gap separation value. Reads that are mapped closer than this distance are merged together in the same processing bundle. Default: 50 (bp)"/> 229 <param name="bdist" argument="-g" type="integer" min="0" value="50" label="Gap between read mappings triggering a new bundle" help="Minimum locus gap separation value. Reads that are mapped closer than this distance are merged together in the same processing bundle. Default: 50 (bp)"/>
230 <param name="bundle_fraction" argument="-M" type="float" min="0.0" max="1.0" value="0.95" label="Fraction of bundle allowed to be covered by multi-hit reads" help="Sets the maximum fraction of muliple-location-mapped reads that are allowed to be present at a given locus. Default: 0.95"/> 230 <param name="bundle_fraction" argument="-M" type="float" min="0.0" max="1.0" value="1" label="Fraction of bundle allowed to be covered by multi-hit reads" help="Sets the maximum fraction of muliple-location-mapped reads that are allowed to be present at a given locus. Default: 0.95"/>
231 <param name="disable_trimming" argument="-t" type="boolean" truevalue="-t" falsevalue="" checked="false" label="Disable trimming of predicted transcripts based on coverage" help="This parameter disables trimming at the ends of the assembled transcripts. By default StringTie adjusts the predicted transcript's start and/or stop coordinates based on sudden drops in coverage of the assembled transcript. Default: No" /> 231 <param name="disable_trimming" argument="-t" type="boolean" truevalue="-t" falsevalue="" checked="false" label="Disable trimming of predicted transcripts based on coverage" help="This parameter disables trimming at the ends of the assembled transcripts. By default StringTie adjusts the predicted transcript's start and/or stop coordinates based on sudden drops in coverage of the assembled transcript. Default: No" />
232 <param name="multi_mapping" argument="-u" type="boolean" truevalue="-u" falsevalue="" checked="false" label="Disable multi-mapping correction" help="Default: No"/> 232 <param name="multi_mapping" argument="-u" type="boolean" truevalue="-u" falsevalue="" checked="false" label="Disable multi-mapping correction" help="Default: No"/>
233 <param name="point_features" type="data" format="tabular" optional="true" label="Input point-features dataset" help="Loads a list of point-features from a text feature file to guide the transcriptome assembly. Accepted point features are transcription start sites (TSS) and polyadenylation sites (CPAS). There are four tab-delimited columns in the feature file. The first three define the location of the point feature on the cromosome (sequence name, coordinate and strand), and the last is the type of the feature (TSS or CPAS)."/> 233 <param name="point_features" type="data" format="tabular" optional="true" label="Input point-features dataset" help="Loads a list of point-features from a text feature file to guide the transcriptome assembly. Accepted point features are transcription start sites (TSS) and polyadenylation sites (CPAS). There are four tab-delimited columns in the feature file. The first three define the location of the point feature on the cromosome (sequence name, coordinate and strand), and the last is the type of the feature (TSS or CPAS)."/>
234 </section> 234 </section>
235 </inputs> 235 </inputs>
406 <param name="error_splice" value="30" /> 406 <param name="error_splice" value="30" />
407 </conditional> 407 </conditional>
408 <param name="use_guide" value="yes" /> 408 <param name="use_guide" value="yes" />
409 <param name="guide_gff_select" value="cached" /> 409 <param name="guide_gff_select" value="cached" />
410 <param name="fraction" value="0.15" /> 410 <param name="fraction" value="0.15" />
411 <output name="output_gtf" file="stringtie_out11.gtf" ftype="gtf" compare="re_match" sort="true"/> 411 <output name="output_gtf" file="stringtie_out11.gtf" ftype="gtf" compare="re_match" sort="true"/>
412 </test> 412 </test>
413 <!-- Test mixed reads input --> 413 <!-- Test mixed reads input -->
414 <test expect_num_outputs="1"> 414 <test expect_num_outputs="1">
415 <conditional name="input_options"> 415 <conditional name="input_options">
416 <param name="input_mode" value="mixed_reads"/> 416 <param name="input_mode" value="mixed_reads"/>
417 <param name="input_bam_short" ftype="bam" value="short_reads.bam" /> 417 <param name="input_bam_short" ftype="bam" value="short_reads.bam" />
418 <param name="input_bam_long" ftype="bam" value="long_reads.bam" /> 418 <param name="input_bam_long" ftype="bam" value="long_reads.bam" />
419 </conditional> 419 </conditional>
420 <output name="output_gtf" file="stringtie_out12.gtf" ftype="gtf" compare="re_match" sort="true"/> 420 <output name="output_gtf" ftype="gtf">
421 <assert_contents>
422 <has_text text="5.043160"/>
423 <has_text text="StringTie version @TOOL_VERSION@"/>
424 <has_n_lines n="87"/>
425 </assert_contents>
426 </output>
421 </test> 427 </test>
422 <!-- Test cram input --> 428 <!-- Test cram input -->
423 <test expect_num_outputs="1"> 429 <test expect_num_outputs="1">
424 <conditional name="input_options"> 430 <conditional name="input_options">
425 <param name="input_mode" value="mixed_reads"/> 431 <param name="input_mode" value="mixed_reads"/>
427 <param name="input_bam_long" ftype="cram" value="stringtie_in.cram" /> 433 <param name="input_bam_long" ftype="cram" value="stringtie_in.cram" />
428 </conditional> 434 </conditional>
429 <output name="output_gtf" ftype="gtf"> 435 <output name="output_gtf" ftype="gtf">
430 <assert_contents> 436 <assert_contents>
431 <has_text text="gi|251831106|ref|NC_012920.1|"/> 437 <has_text text="gi|251831106|ref|NC_012920.1|"/>
432 <has_text text="StringTie version 2.2.1"/> 438 <has_text text="StringTie version @TOOL_VERSION@"/>
433 </assert_contents> 439 </assert_contents>
434 </output> 440 </output>
435 </test> 441 </test>
436 </tests> 442 </tests>
437 <help><![CDATA[ 443 <help><![CDATA[