Mercurial > repos > mvdbeek > dapars
comparison dapars.xml @ 17:917a2f7ab841 draft
planemo upload for repository https://github.com/mvdbeek/dapars commit b1b007c561ea6c9db145c88b6b128d66ecd05e24-dirty
author | mvdbeek |
---|---|
date | Fri, 30 Oct 2015 10:35:17 -0400 |
parents | 8af6d4ad2f0a |
children | e041f9f3271f |
comparison
equal
deleted
inserted
replaced
16:f8bb40b2ff31 | 17:917a2f7ab841 |
---|---|
1 <tool id="dapars" name="dapars" version="0.2.2"> | 1 <tool id="dapars" name="dapars" version="0.2.3"> |
2 <description>infer de-novo alternative polyadenylation from rna-seq</description> | 2 <description>infer de-novo alternative polyadenylation from rna-seq</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.9">numpy</requirement> | 4 <requirement type="package" version="1.9">numpy</requirement> |
5 <requirement type="package" version="0.14">scipy</requirement> | 5 <requirement type="package" version="0.14">scipy</requirement> |
6 <requirement type="package" version="1">matplotlib_1_4_runtime_dependencies</requirement> | 6 <requirement type="package" version="1">matplotlib_1_4_runtime_dependencies</requirement> |
26 --coverage_threshold "$coverage_threshold" | 26 --coverage_threshold "$coverage_threshold" |
27 --search_start "$search_start" | 27 --search_start "$search_start" |
28 #if $make_breakpoint: | 28 #if $make_breakpoint: |
29 -b "$breakpoint_bed" | 29 -b "$breakpoint_bed" |
30 #end if | 30 #end if |
31 #if $local_minima: | |
32 -l | |
33 #end if | |
31 #if $make_html: | 34 #if $make_html: |
32 -p "$html_file.files_path" | 35 -p "$html_file.files_path" |
33 -html "$html_file" | 36 -html "$html_file" |
34 #end if | 37 #end if |
35 ]]></command> | 38 ]]></command> |
36 <inputs> | 39 <inputs> |
37 <param type="data" name="utr" format="gtf" label="GFF file containing 3prime UTRs" help="featureType of the UTRs | 40 <param type="data" name="utr" format="gtf" label="GFF file containing 3prime UTRs" help="featureType of the UTRs |
38 must be UTR, and the attribute group must have geneid in first position."/> | 41 must be UTR, and the attribute group must have geneid in first position."/> |
39 <param type="data" name="controls" format="bam,sam" multiple="True" label="Control alignment files" help="Select control alignment files" /> | 42 <param type="data" name="controls" format="bam,sam" multiple="True" label="Control alignment files" help="Select control alignment files" /> |
40 <param type="data" name="treatments" format="bam,sam" multiple="True" label="Treatment alignment files" help="Select treatment alignment files" /> | 43 <param type="data" name="treatments" format="bam,sam" multiple="True" label="Treatment alignment files" help="Select treatment alignment files" /> |
44 <param name="local_minima" type="boolean" checked="False" label="Search for local minima (default searches for global minima)." help="Try to also find breakpoints that are at local instead of global minima in the mean squared error vector. May result in large output files."/> | |
41 <param type="integer" name="search_start" value="100" optional="False" min="1" label="Search start" help="Search start in nucleotides downstream of the start of the UTR. Necessary to correct for proximal drops in coverage. Select 200 for humans. Genomes with short UTRs may require more prpximal search start points."/> | 45 <param type="integer" name="search_start" value="100" optional="False" min="1" label="Search start" help="Search start in nucleotides downstream of the start of the UTR. Necessary to correct for proximal drops in coverage. Select 200 for humans. Genomes with short UTRs may require more prpximal search start points."/> |
42 <param type="float" name="coverage_threshold" value="20" optional="False" label="Coverage threshold" help="Skip the analysis of UTRs whose mean coverage is below the Coverage Threshold in any of the alignment files."/> | 46 <param type="float" name="coverage_threshold" value="20" optional="False" label="Coverage threshold" help="Skip the analysis of UTRs whose mean coverage is below the Coverage Threshold in any of the alignment files."/> |
43 <param name="make_breakpoint" type="boolean" checked="False" label="Output bedfile with breakpoint positions?"/> | 47 <param name="make_breakpoint" type="boolean" checked="False" label="Output bedfile with breakpoint positions?"/> |
44 <param name="make_html" type="boolean" checked="False" label="Output HTML table with plot for every UTR?"/> | 48 <param name="make_html" type="boolean" checked="False" label="Output HTML table with plot for every UTR?"/> |
45 </inputs> | 49 </inputs> |