comparison bamCoverage.xml @ 6:1a9fad4988f3 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 54a10cf268ca9a5399f13458a1b218be7891bd41
author bgruening
date Wed, 23 Dec 2015 03:55:11 -0500
parents 8c6f450d266c
children a259f484f884
comparison
equal deleted inserted replaced
5:8c6f450d266c 6:1a9fad4988f3
41 #end if 41 #end if
42 42
43 @ADVANCED_OPTS_READ_PROCESSING@ 43 @ADVANCED_OPTS_READ_PROCESSING@
44 $advancedOpt.skipNAs 44 $advancedOpt.skipNAs
45 45
46 #if str($advancedOpt.ignoreForNormalization).strip() != '': 46 if str($advancedOpt.ignoreForNormalization).strip() != '':
47 --ignoreForNormalization $advancedOpt.ignoreForNormalization 47 --ignoreForNormalization $advancedOpt.ignoreForNormalization
48 #end if 48 end if
49 #end if 49 #end if
50 ]]> 50 ]]>
51 </command> 51 </command>
52 52
53 <inputs> 53 <inputs>
54 <param name="bamInput" format="bam" type="data" label="BAM file" 54 <param name="bamInput" format="bam" type="data" label="BAM file"
55 help="The BAM file must be sorted."/> 55 help="The BAM file must be sorted."/>
56 56
57 <param name="binSize" type="integer" value="50" min="1" 57 <param name="binSize" type="integer" value="50" min="1"
58 label="Bin size in bp" 58 label="Bin size in bp"
59 help="The genome will be divided in bins (also called tiles) of the specified length. For each bin the overlaping number of fragments (or reads) will be reported. If only half a fragment overlaps, this fraction will be reported. "/> 59 help="The genome will be divided in bins (also called tiles) of the specified length. For each bin the overlaping number of fragments (or reads) will be reported. If only half a fragment overlaps, this fraction will be reported. "/>
60 60
61 <conditional name="scaling"> 61 <conditional name="scaling">
62 <param name="type" type="select" label="Scaling/Normalization method" > 62 <param name="type" type="select" label="Scaling/Normalization method" >
147 <output name="outFileName" file="bamCoverage_result4.bw" ftype="bigwig" /> 147 <output name="outFileName" file="bamCoverage_result4.bw" ftype="bigwig" />
148 </test> 148 </test>
149 <test> 149 <test>
150 <param name="bamInput" value="phiX.bam" ftype="bam" /> 150 <param name="bamInput" value="phiX.bam" ftype="bam" />
151 <param name="outFileFormat" value="bedgraph" /> 151 <param name="outFileFormat" value="bedgraph" />
152 <param name="showAdvancedOpt" value="yes" /> 152 <param name="showAdvancedOpt" value="no" />
153 <param name="binSize" value="10" /> 153 <param name="binSize" value="10" />
154 <output name="outFileName" file="bamCoverage_result4.bg" ftype="bedgraph" /> 154 <output name="outFileName" file="bamCoverage_result4.bg" ftype="bedgraph" />
155 </test> 155 </test>
156 </tests> 156 </tests>
157 <help> 157 <help>
169 fragment length. 169 fragment length.
170 170
171 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png 171 .. image:: $PATH_TO_IMAGES/norm_IGVsnapshot_indFiles.png
172 172
173 173
174 You can find more details on the bamCoverage doc page: https://deeptools.readthedocs.org/en/release-1.6/content/tools/bamCoverage.html 174 You can find more details on the bamCoverage wiki page: https://github.com/fidelram/deepTools/wiki/Normalizations#wiki-bamCoverage
175 175
176 176
177 **Output files**: 177 **Output files**:
178 178
179 - coverage file either in bigWig or bedGraph format 179 - coverage file either in bigWig or bedGraph format