annotate minfi_ppnoob.xml @ 0:a003221d59cc draft default tip

planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
author kpbioteam
date Sun, 11 Feb 2018 08:28:49 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
1 <tool id="minfi_ppnoob" name="minfi_ppnoob" version="0.1.0">
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
2 <description>implements the noob background subtraction method with dye-bias normalization</description>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
3 <requirements>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
4 <requirement type="package" version="1.24.0">bioconductor-minfi</requirement>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
5 <requirement type="package" version="0.4.0">bioconductor-illuminahumanmethylation450kmanifest</requirement>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
6 <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
7 </requirements>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
9 Rscript ${__tool_directory__}/minfi_ppnoob.R "$input1" "$output1"
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
10 ]]></command>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
11 <inputs>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
12 <param type="data" name="input1" format="rdata" />
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
13 </inputs>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
14 <outputs>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
15 <data name="output1" format="rdata" />
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
16 </outputs>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
17 <tests>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
18 <test>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
19 <param name="input1" value="RGSet.rdata"/>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
20 <output name="output1" file="noob.rdata"/>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
21 </test>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
22 </tests>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
23 <help><![CDATA[
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
24 Background subtraction method estimates background noise from the out-of-band probes and remove it for each sample separately, while the dye-bias normalization utilizes a subset of the control probes to estimate the dye bias.
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
25 ]]></help>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
26 <citations>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
27 <citation type="doi">10.1093/bioinformatics/btu049</citation>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
28 </citations>
a003221d59cc planemo upload for repository https://github.com/kpbioteam/minfi_ppnoob commit 3301cca8b83e0539831cc8639f451e0a58018890-dirty
kpbioteam
parents:
diff changeset
29 </tool>