annotate manorm.xml @ 2:30cdbc4faefa draft default tip

Update galaxy tool to v1.0.1
author haydensun
date Wed, 24 Jan 2018 02:42:53 -0500
parents 9cd4a30cb4f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
30cdbc4faefa Update galaxy tool to v1.0.1
haydensun
parents: 0
diff changeset
1 <tool id="manorm" name="MAnorm" version="1.0.1">
0
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
2 <description>Quantitative comparison of ChIP-Seq samples</description>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
3 <requirements>
2
30cdbc4faefa Update galaxy tool to v1.0.1
haydensun
parents: 0
diff changeset
4 <requirement type="package" version="1.1.3">manorm</requirement>
0
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
5 </requirements>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
7 manorm --p1 $p1 --p2 $p2 --r1 $r1 --r2 $r2 $s --name1 sample1 --name2 sample2 -o output_dir
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
8 #if $s1
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
9 --s1 $s1
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
10 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
11
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
12 #if $s2
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
13 --s2 $s2
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
14 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
15
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
16 #if $settings.advanced == "on"
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
17 #if $settings.w
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
18 -w $settings.w
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
19 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
20
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
21 #if $settings.d
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
22 -d $settings.d
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
23 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
24
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
25 #if $settings.n
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
26 -n $settings.n
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
27 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
28 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
29
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
30 #if $m
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
31 -m $m
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
32 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
33
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
34 #if $p
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
35 -p $p
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
36 #end if
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
37 ]]></command>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
38 <inputs>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
39 <param argument="--p1" type="data" format="tabular,bed" label="Peaks file of sample 1" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
40 <param argument="--p2" type="data" format="tabular,bed" label="Peaks file of sample 2" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
41 <param argument="--r1" type="data" format="bed" label="Reads file of sample 1" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
42 <param argument="--r2" type="data" format="bed" label="Reads file of sample 2" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
43 <param argument="--s1" type="integer" value="100" optional="true" label="Reads shift size of sample 1"
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
44 help="This value is used to shift reads towards 3' direction to determine the precise binding site. Set as half of the fragment length." />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
45 <param argument="--s2" type="integer" value="100" optional="true" label="Reads shift size of sample 2"
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
46 help="Same as 'Reads shift size of sample 1'" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
47 <param argument="-m" type="float" value="1.0" optional="true" label="M-value (log2 fold change) cutoff" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
48 <param argument="-p" type="float" value="0.01" optional="true" label="P-value cutoff" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
49 <conditional name="settings">
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
50 <param name="advanced" type="select" label="Show advanced options">
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
51 <option value="on">Yes, show advanced options.</option>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
52 <option value="off" selected="true">No</option>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
53 </param>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
54 <when value="on">
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
55 <param argument="-w" type="integer" value="1000" optional="true" label="Width of the window to calculate read densities"
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
56 help="Windows with unified length of 2*width centered at peak summit/midpoint are used to quantify the binding signal.
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
57 This should match the typical length of peaks, a value of 1000 is recommended for sharp histone marks like H3K4me3 and H3K9/27ac,
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
58 and 500 for transcription factors or DNase-Seq." />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
59 <param argument="-d" type="integer" value="500" optional="true" label="Summit-to-summit distance cutoff for common peaks"
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
60 help="Only overlapped peaks with summit-to-summit distance less than than this value are considered as real common peaks of two samples when fitting M-A normalization model." />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
61 <param argument="-n" type="integer" value="10" optional="true" label="Number of simulation to test the enrichment of peak overlap between two samples" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
62 </when>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
63 <when value="off">
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
64 </when>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
65 </conditional>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
66 <param argument="-s" type="boolean" truevalue="-s" falsevalue="" optional="true" label="Full output"
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
67 help="By default, MAnorm will write the comparison results of unique and merged common peaks in a single output file.
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
68 With this option on, two extra files which contains the results of the original(unmerged) peaks will also be outputted." />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
69 </inputs>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
70 <outputs>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
71 <data name="main_output" format="tabular" label="MAnorm (main result)" from_work_dir="output_dir/sample1_vs_sample2_all_MAvalues.xls" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
72 <data name="sample1_output" format="tabular" label="MAnorm (sample1 result)" from_work_dir="output_dir/sample1_MAvalues.xls">
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
73 <filter>s == True</filter>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
74 </data>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
75 <data name="sample2_output" format="tabular" label="MAnorm (sample2 result)" from_work_dir="output_dir/sample2_MAvalues.xls">
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
76 <filter>s == True</filter>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
77 </data>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
78 <data name="sample1_biased_peaks" format="bed" label="MAnorm (sample1 biased peaks)" from_work_dir="output_dir/output_filters/sample1_M_above_*_biased_peaks.bed" />
2
30cdbc4faefa Update galaxy tool to v1.0.1
haydensun
parents: 0
diff changeset
79 <data name="sample2_biased_peaks" format="bed" label="MAnorm (sample2 biased peaks)" from_work_dir="output_dir/output_filters/sample2_M_below_*_biased_peaks.bed" />
0
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
80 <data name="unbiased_peaks" format="bed" label="MAnorm (unbiased peaks)" from_work_dir="output_dir/output_filters/sample1_vs_sample2_unbiased_peaks.bed" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
81 <data name="m_value_track" format="wig" label="MAnorm (M values track)" from_work_dir="output_dir/output_tracks/sample1_vs_sample2_M_values.wig" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
82 <data name="a_value_track" format="wig" label="MAnorm (A values track)" from_work_dir="output_dir/output_tracks/sample1_vs_sample2_A_values.wig" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
83 <data name="p_value_track" format="wig" label="MAnorm (P values track)" from_work_dir="output_dir/output_tracks/sample1_vs_sample2_P_values.wig" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
84 <data name="ma_plot_before" format="png" label="MAnorm (MA plot before normalization)" from_work_dir="output_dir/output_figures/sample1_vs_sample2_MA_plot_before_normalization.png" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
85 <data name="ma_plot_after" format="png" label="MAnorm (MA plot after normalization)" from_work_dir="output_dir/output_figures/sample1_vs_sample2_MA_plot_after_normalization.png" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
86 <data name="ma_plot_with_p_value" format="png" label="MAnorm (MA plot with P values)" from_work_dir="output_dir/output_figures/sample1_vs_sample2_MA_plot_with_P-value.png" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
87 <data name="read_density_plot" format="png" label="MAnorm (Read density plot)" from_work_dir="output_dir/output_figures/sample1_vs_sample2_read_density_on_common_peaks.png" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
88 </outputs>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
89 <tests>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
90 <test>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
91 <param name="p1" value="H1hescH3k4me3Rep1_peaks.xls" ftype="tabular" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
92 <param name="p2" value="K562H3k4me3Rep1_peaks.xls" ftype="tabular" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
93 <param name="r1" value="H1hescH3k4me3Rep1_reads.bed" ftype="bed" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
94 <param name="r2" value="K562H3k4me3Rep1_reads.bed" ftype="bed" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
95 <param name="s1" value="100" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
96 <param name="s2" value="100" />
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
97 <output name="main_output" file="H1_vs_K562_H3K4me3_all_MAvalues.xls"/>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
98 </test>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
99 </tests>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
100 <help><![CDATA[
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
101 What it does?
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
102 -------------
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
103
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
104 MAnorm is a robust model for quantitative comparison of ChIP-Seq data sets. It uses the common peaks between two samples
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
105 to fit a rescaling model for normalization and infers the binding difference in all peak regions.
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
106
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
107 Workflow of MAnorm:
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
108 - Classify peaks from given samples into unique/common peaks
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
109 - Take common peaks to fit a robust linear model to reflect the rescaling relationship between two samples
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
110 - Normalize all peaks with the fitted model
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
111 - Infer differential binding events by M-value (log2 fold change)
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
112
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
113
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
114 Documentation
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
115 -------------
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
116 To see the full documentation of MAnorm, please refer to: http://manorm.readthedocs.io/en/latest/
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
117
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
118
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
119 Links
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
120 -----
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
121 The Python version of MAnorm is developed by ShaoLab_ at `CAS-MPG Partner Institute for Computational Biology, SIBS, CAS`_.
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
122
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
123 GitHub: https://github.com/shao-lab/MAnorm
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
124
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
125 .. _ShaoLab: http://bioinfo.sibs.ac.cn/shaolab/
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
126 .. _CAS-MPG Partner Institute for Computational Biology, SIBS, CAS: http://www.picb.ac.cn/picb/indexeng.jsp
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
127
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
128 ]]></help>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
129 <citations>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
130 <citation type="doi">10.1186/gb-2012-13-3-r16</citation>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
131 </citations>
9cd4a30cb4f8 planemo upload for repository https://github.com/shao-lab/MAnorm/tree/master/galaxy-tool
haydensun
parents:
diff changeset
132 </tool>