Mercurial > repos > morinlab > correct_read_counter
comparison correctReads.xml @ 0:75c4a4c32bae draft default tip
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/tools/correct_read_counter commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
| author | morinlab |
|---|---|
| date | Tue, 11 Oct 2016 14:18:25 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:75c4a4c32bae |
|---|---|
| 1 <tool id="correct_read_counter" name="correctReadCounter" version="1.8.0"> | |
| 2 <description> | |
| 3 Correct Read Counter for GC content and mappability biases | |
| 4 </description> | |
| 5 <requirements> | |
| 6 <requirement type="binary">Rscript</requirement> | |
| 7 <requirement type="R-module">TitanCNA</requirement> | |
| 8 <requirement type="package" version="3.2.1">R</requirement> | |
| 9 <requirement type="package" version="1.8.0">titancna</requirement> | |
| 10 </requirements> | |
| 11 <command> | |
| 12 | |
| 13 Rscript $__tool_directory__/correctReads.R $tumour $normal $gc $map | |
| 14 #if $target: | |
| 15 $target | |
| 16 #else: | |
| 17 NULL | |
| 18 #end if | |
| 19 $output 2>&1 | |
| 20 | |
| 21 </command> | |
| 22 <inputs> | |
| 23 <param type="data" format="wig" name="normal" label="Normal Read Counts"/> | |
| 24 <param type="data" format="wig" name="tumour" label="Tumour Read Counts"/> | |
| 25 <param type="data" format="wig" name="gc" label="GC Wig"/> | |
| 26 <param type="data" format="wig" name="map" label="MAP Wig"/> | |
| 27 <param type="data" format="txt,bed" name="target" label="Target File" help="Specify Targets if using Exome Data" optional="True"/> | |
| 28 </inputs> | |
| 29 <outputs> | |
| 30 <data format="wig" name="output"/> | |
| 31 </outputs> | |
| 32 </tool> |
