Mercurial > repos > nilesh > rseqc
comparison insertion_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 distribution of inserted nucleotides across reads | 3 calculates the distribution of inserted 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[insertion_profile.py --version]]></version_command> | 11 <version_command><![CDATA[insertion_profile.py --version]]></version_command> |
16 | |
17 <command><![CDATA[ | 12 <command><![CDATA[ |
18 @BAM_SAM_INPUTS@ | 13 @BAM_SAM_INPUTS@ |
19 insertion_profile.py -i 'input.${extension}' -o output -q ${mapq} -s "${layout}" | 14 insertion_profile.py -i 'input.${extension}' -o output -q ${mapq} -s "${layout}" |
20 ]]> | 15 ]]> |
21 </command> | 16 </command> |
22 | |
23 <inputs> | 17 <inputs> |
24 <expand macro="bam_sam_param" /> | 18 <expand macro="bam_sam_param"/> |
25 <expand macro="mapq_param" /> | 19 <expand macro="mapq_param"/> |
26 <expand macro="layout_param" /> | 20 <expand macro="layout_param"/> |
27 <expand macro="rscript_output_param" /> | 21 <expand macro="rscript_output_param"/> |
28 </inputs> | 22 </inputs> |
29 | |
30 <outputs> | 23 <outputs> |
31 <expand macro="pdf_output_data" filename="output.insertion_profile.pdf" /> | 24 <expand macro="pdf_output_data" filename="output.insertion_profile.pdf"/> |
32 <expand macro="xls_output_data" filename="output.insertion_profile.xls" /> | 25 <expand macro="xls_output_data" filename="output.insertion_profile.xls"/> |
33 <expand macro="rscript_output_data" filename="output.insertion_profile.r" /> | 26 <expand macro="rscript_output_data" filename="output.insertion_profile.r"/> |
34 </outputs> | 27 </outputs> |
35 | |
36 <tests> | 28 <tests> |
37 <test> | 29 <test expect_num_outputs="3"> |
38 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam" /> | 30 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/> |
39 <param name="rscript_output" value="true" /> | 31 <param name="rscript_output" value="true"/> |
40 <output name="outputpdf" file="output.insertion_profile.pdf" compare="sim_size" /> | 32 <output name="outputpdf" file="output.insertion_profile.pdf" compare="sim_size"/> |
41 <output name="outputxls" file="output.insertion_profile.xls" ftype="tabular"/> | 33 <output name="outputxls" file="output.insertion_profile.xls" ftype="tabular"/> |
42 <output name="outputr" file="output.insertion_profile_r" /> | 34 <output name="outputr" file="output.insertion_profile_r"/> |
43 </test> | 35 </test> |
44 </tests> | 36 </tests> |
45 | |
46 <help><![CDATA[ | 37 <help><![CDATA[ |
47 insertion_profile.py | 38 insertion_profile.py |
48 ++++++++++++++++++++ | 39 ++++++++++++++++++++ |
49 | 40 |
50 Calculate the distributions of inserted nucleotides across reads. Note that to | 41 Calculate the distributions of inserted nucleotides across reads. Note that to |
82 | 73 |
83 @ABOUT@ | 74 @ABOUT@ |
84 | 75 |
85 ]]> | 76 ]]> |
86 </help> | 77 </help> |
87 | 78 <expand macro="citations"/> |
88 <expand macro="citations" /> | |
89 | |
90 </tool> | 79 </tool> |