comparison damidseq_core.xml @ 3:e47f77820200 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit a76f114f428e08215ade1bd5cfebd86138243f75
author mvdbeek
date Sun, 26 Mar 2017 10:31:55 -0400
parents 69e346fb52a0
children b07936a3962d
comparison
equal deleted inserted replaced
2:69e346fb52a0 3:e47f77820200
1 <tool id="damidseq_core" name="damidseq" version="0.1.2"> 1 <tool id="damidseq_core" name="damidseq" version="0.1.3">
2 <description>align, extend and normalize a DamID-seq experiment</description> 2 <description>align, extend and normalize a DamID-seq experiment</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.4">damidseq_pipeline</requirement> 4 <requirement type="package" version="1.4">damidseq_pipeline</requirement>
5 </requirements> 5 </requirements>
6 <version_command><![CDATA[damidseq_pipeline --help 2>&1| grep damidseq_pipeline]]></version_command> 6 <version_command><![CDATA[damidseq_pipeline --help 2>&1| grep damidseq_pipeline]]></version_command>
33 <configfiles> 33 <configfiles>
34 <configfile name="index">A1 Dam 34 <configfile name="index">A1 Dam
35 A2 Fusion</configfile> 35 A2 Fusion</configfile>
36 </configfiles> 36 </configfiles>
37 <inputs> 37 <inputs>
38 <param name="dam_fusion" type="data" format="fastq,fastq.gz" label="Dam fusion fastq"/>
38 <param argument="--dam" type="data" format="fastq,fastq.gz" label="Control Dam fastq"/> 39 <param argument="--dam" type="data" format="fastq,fastq.gz" label="Control Dam fastq"/>
39 <param name="dam_fusion" type="data" format="fastq,fastq.gz" label="DAM fusion fastq"/>
40 <param name="reference_index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> 40 <param name="reference_index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team">
41 <options from_data_table="bowtie2_indexes"> 41 <options from_data_table="bowtie2_indexes">
42 <filter type="sort_by" column="2"/> 42 <filter type="sort_by" column="2"/>
43 <validator type="no_options" message="No indexes are available for the selected input dataset"/> 43 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
44 </options> 44 </options>
56 <param argument="--full_data_files" type="boolean" truevalue="--full_data_file" falsevalue="" label="Output full binned ratio files (not only GATC array)"/> 56 <param argument="--full_data_files" type="boolean" truevalue="--full_data_file" falsevalue="" label="Output full binned ratio files (not only GATC array)"/>
57 <param argument="--len" type="integer" min="50" value="300" label="Length to extend reads to"/> 57 <param argument="--len" type="integer" min="50" value="300" label="Length to extend reads to"/>
58 <param argument="--bins" type="integer" min="10" value="75" label="Width of bins to use for mapping reads"/> 58 <param argument="--bins" type="integer" min="10" value="75" label="Width of bins to use for mapping reads"/>
59 <param argument="--min_norm_value" type="float" value="-5.0" label="Minimum log2 value to limit normalisation search at"/> 59 <param argument="--min_norm_value" type="float" value="-5.0" label="Minimum log2 value to limit normalisation search at"/>
60 <param argument="--max_norm_value" type="float" value="5.0" label="Maximum log2 value to limit normalisation search at"/> 60 <param argument="--max_norm_value" type="float" value="5.0" label="Maximum log2 value to limit normalisation search at"/>
61 <param argument="--method_subtract" type="boolean" truevalue="--method_subtract" falsevalue="" label="Subtract DAM control values from DAM-fusion values instead of using the log2 ratio?"/> 61 <param argument="--method_subtract" type="boolean" truevalue="--method_subtract" falsevalue="" label="Subtract Dam control values from Dam-fusion values instead of using the log2 ratio?"/>
62 <param argument="--norm_method" type="select" label="Select normalization method"> 62 <param argument="--norm_method" type="select" label="Select normalization method">
63 <option value="kde">kernel density estimation of log2 GATC fragment ratio (recommended)</option> 63 <option value="kde">kernel density estimation of log2 GATC fragment ratio (recommended)</option>
64 <option value="rpm">readcounts per million reads (not recommended for most use cases)</option> 64 <option value="rpm">readcounts per million reads (not recommended for most use cases)</option>
65 </param> 65 </param>
66 <param argument="--norm_steps" type="integer" min="1" value="300" label="Number of points in normalisation routine"/> 66 <param argument="--norm_steps" type="integer" min="1" value="300" label="Number of points in normalisation routine"/>
68 <param argument="--qscore1min" type="float" min="0.0" value="0.4" max="1.0" label="min decile for normalising from Dam array"/> 68 <param argument="--qscore1min" type="float" min="0.0" value="0.4" max="1.0" label="min decile for normalising from Dam array"/>
69 <param argument="--qscore1max" type="float" min="0.0" value="1.0" max="1.0" label="max decile for normalising from Dam array"/> 69 <param argument="--qscore1max" type="float" min="0.0" value="1.0" max="1.0" label="max decile for normalising from Dam array"/>
70 <param argument="--qscore2max" type="float" min="0.0" value="0.9" max="1.0" label="max decile for normalising from fusion-protein array"/> 70 <param argument="--qscore2max" type="float" min="0.0" value="0.9" max="1.0" label="max decile for normalising from fusion-protein array"/>
71 </inputs> 71 </inputs>
72 <outputs> 72 <outputs>
73 <data name="output_ratio" format="bed" from_work_dir="fusion.output" label="DAM-fusion vs Dam-only ratio"> 73 <data name="output_ratio" format="bed" from_work_dir="fusion.output" label="Dam-fusion vs Dam-only ratio">
74 <change_format> 74 <change_format>
75 <when input="output_format" value="gff" format="gff" /> 75 <when input="output_format" value="gff" format="gff" />
76 </change_format> 76 </change_format>
77 <actions> 77 <actions>
78 <action type="metadata" name="dbkey"> 78 <action type="metadata" name="dbkey">
81 <filter type="param_value" ref="reference_index" column="0"/> 81 <filter type="param_value" ref="reference_index" column="0"/>
82 </option> 82 </option>
83 </action> 83 </action>
84 </actions> 84 </actions>
85 </data> 85 </data>
86 <data name="control_output" format="bam" from_work_dir="Dam-ext300.bam" label="DAM-only alignment"> 86 <data name="control_output" format="bam" from_work_dir="Dam-ext300.bam" label="Dam-only alignment">
87 <actions> 87 <actions>
88 <action type="metadata" name="dbkey"> 88 <action type="metadata" name="dbkey">
89 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0"> 89 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0">
90 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> 90 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/>
91 <filter type="param_value" ref="reference_index" column="0"/> 91 <filter type="param_value" ref="reference_index" column="0"/>
92 </option> 92 </option>
93 </action> 93 </action>
94 </actions> 94 </actions>
95 </data> 95 </data>
96 <data name="fusion_output" format="bam" from_work_dir="Fusion-ext300.bam" label="DAM-fusion alignment"> 96 <data name="fusion_output" format="bam" from_work_dir="Fusion-ext300.bam" label="Dam-fusion alignment">
97 <actions> 97 <actions>
98 <action type="metadata" name="dbkey"> 98 <action type="metadata" name="dbkey">
99 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0"> 99 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0">
100 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> 100 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/>
101 <filter type="param_value" ref="reference_index" column="0"/> 101 <filter type="param_value" ref="reference_index" column="0"/>