Mercurial > repos > nilesh > rseqc
comparison deletion_profile.xml @ 63:27e16a30667a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rseqc commit d7544582d5599c67a284faf9232cd2ccc4daa1de
author | iuc |
---|---|
date | Tue, 09 Apr 2024 11:24:55 +0000 |
parents | 473382134e56 |
children |
comparison
equal
deleted
inserted
replaced
62:473382134e56 | 63:27e16a30667a |
---|---|
3 calculates the distributions of deleted nucleotides across reads | 3 calculates the distributions of deleted nucleotides across reads |
4 </description> | 4 </description> |
5 <macros> | 5 <macros> |
6 <import>rseqc_macros.xml</import> | 6 <import>rseqc_macros.xml</import> |
7 </macros> | 7 </macros> |
8 | |
9 <expand macro="bio_tools"/> | 8 <expand macro="bio_tools"/> |
10 | 9 <expand macro="requirements"/> |
11 <expand macro="requirements" /> | 10 <expand macro="stdio"/> |
12 | |
13 <expand macro="stdio" /> | |
14 | |
15 <version_command><![CDATA[deletion_profile.py --version]]></version_command> | 11 <version_command><![CDATA[deletion_profile.py --version]]></version_command> |
16 | |
17 <command><![CDATA[ | 12 <command><![CDATA[ |
18 @BAM_SAM_INPUTS@ | 13 @BAM_SAM_INPUTS@ |
19 deletion_profile.py -i 'input.${extension}' -o output -l ${read_align_length} -n ${read_num} -q ${mapq} | 14 deletion_profile.py -i 'input.${extension}' -o output -l ${read_align_length} -n ${read_num} -q ${mapq} |
20 ]]> | 15 ]]> |
21 </command> | 16 </command> |
22 | |
23 <inputs> | 17 <inputs> |
24 <expand macro="bam_param" /> | 18 <expand macro="bam_param"/> |
25 <expand macro="readlength_param" /> | 19 <expand macro="readlength_param"/> |
26 <expand macro="readnum_param" /> | 20 <expand macro="readnum_param"/> |
27 <expand macro="mapq_param" /> | 21 <expand macro="mapq_param"/> |
28 <expand macro="rscript_output_param" /> | 22 <expand macro="rscript_output_param"/> |
29 </inputs> | 23 </inputs> |
30 | |
31 <outputs> | 24 <outputs> |
32 <expand macro="pdf_output_data" filename="output.deletion_profile.pdf" /> | 25 <expand macro="pdf_output_data" filename="output.deletion_profile.pdf"/> |
33 <expand macro="xls_output_data" filename="output.deletion_profile.txt" /> | 26 <expand macro="xls_output_data" filename="output.deletion_profile.txt"/> |
34 <expand macro="rscript_output_data" filename="output.deletion_profile.r" /> | 27 <expand macro="rscript_output_data" filename="output.deletion_profile.r"/> |
35 </outputs> | 28 </outputs> |
36 | |
37 <tests> | 29 <tests> |
38 <test> | 30 <test expect_num_outputs="3"> |
39 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam" /> | 31 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/> |
40 <param name="read_align_length" value="101" /> | 32 <param name="read_align_length" value="101"/> |
41 <param name="rscript_output" value="true" /> | 33 <param name="rscript_output" value="true"/> |
42 <output name="outputpdf" file="output.deletion_profile.pdf" compare="sim_size" /> | 34 <output name="outputpdf" file="output.deletion_profile.pdf" compare="sim_size"/> |
43 <output name="outputxls" file="output.deletion_profile.txt" ftype="tabular"/> | 35 <output name="outputxls" file="output.deletion_profile.txt" ftype="tabular"/> |
44 <output name="outputr" file="output.deletion_profile_r" /> | 36 <output name="outputr" file="output.deletion_profile_r"/> |
45 </test> | 37 </test> |
46 </tests> | 38 </tests> |
47 | |
48 <help><![CDATA[ | 39 <help><![CDATA[ |
49 deletion_profile.py | 40 deletion_profile.py |
50 +++++++++++++++++++ | 41 +++++++++++++++++++ |
51 | 42 |
52 Calculate the distributions of deleted nucleotides across reads. | 43 Calculate the distributions of deleted nucleotides across reads. |
81 @ABOUT@ | 72 @ABOUT@ |
82 | 73 |
83 ]]> | 74 ]]> |
84 | 75 |
85 </help> | 76 </help> |
86 | 77 <expand macro="citations"/> |
87 <expand macro="citations" /> | |
88 | |
89 </tool> | 78 </tool> |