annotate samtools_consensus.xml @ 0:65edd5a6002e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
author iuc
date Mon, 17 Nov 2025 07:30:30 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
1 <tool id="samtools_consensus" name="Samtools consensus" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
2 <description>generate consensus from a SAM, BAM or CRAM file</description>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
3 <macros>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
4 <import>macros.xml</import>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
5 <import>macros_tool_specific.xml</import>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
6 <token name="@REF_DATA@">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
7 ## additional reference data
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
8 #if $use_ref:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
9 -T "\$reffa"
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
10 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
11 </token>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
12 </macros>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
13 <expand macro="requirements"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
14 <expand macro="stdio"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
15 <expand macro="version_command"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
16 <command detect_errors="exit_code"><![CDATA[
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
17 @ADDTHREADS@
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
18 ## prepare reference data
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
19 @PREPARE_FASTA_IDX@
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
20 @PREPARE_IDX@
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
21
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
22 samtools consensus infile
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
23 -f '$format'
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
24 -@ \$addthreads
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
25
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
26 ##### preprocessing options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
27 --min-MQ $preprocessing_options.minimum_MQ
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
28 --min-BQ $preprocessing_options.minimum_BQ
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
29
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
30 ### try macro
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
31 #set $std_filters = ''
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
32 #set $filter = $preprocessing_options.inclusive_filter
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
33 @FLAGS@
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
34 #set $std_filters = $std_filters + " --rf %s" % str($flags)
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
35 #set $filter = $preprocessing_options.exclusive_filter
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
36 @FLAGS@
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
37 #set $std_filters = $std_filters + " --ff %s" % str($flags)
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
38 $std_filters
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
39
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
40 ##### consensus Options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
41 -m '$consensus_options.mode'
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
42 ### simple options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
43 #if str($consensus_options.mode) == "simple":
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
44 $consensus_options.settings.use_qual
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
45 -c $consensus_options.settings.c
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
46 -H $consensus_options.settings.H
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
47 ### bayesian options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
48 #else
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
49 ### use predefined options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
50 #if str($consensus_options.settings.config_cond.config_param) != "manual":
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
51 --config $consensus_options.settings.config_param
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
52 ### manually set parameters
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
53 #else
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
54 -C $consensus_options.settings.C
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
55 #if str($consensus_options.settings.config_cond.mq_cond.mq_param) == "--use-MQ":
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
56 $consensus_options.settings.config_cond.mq_cond.mq_param
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
57 $consensus_options.settings.config_cond.mq_cond.adj_mq
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
58 --NM-halo $consensus_options.settings.config_cond.mq_cond.mismatch_window
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
59 --low-MQ $consensus_options.settings.config_cond.mq_cond.low_mq
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
60 --high-MQ $consensus_options.settings.config_cond.mq_cond.high_mq
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
61 --scale-MQ $consensus_options.settings.config_cond.mq_cond.scale_mq
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
62 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
63 --P-het $consensus_options.settings.config_cond.p_het
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
64 --P-indel $consensus_options.settings.config_cond.p_indel
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
65 --het-scale $consensus_options.settings.config_cond.hetero_scale
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
66 $consensus_options.settings.config_cond.hom_fix
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
67 #if $consensus_options.settings.config_cond.hom_score:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
68 --homopoly-score $consensus_options.settings.config_cond.hom_score
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
69 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
70 #if str($consensus_options.settings.config_cond.calibration_cond.calibration_param) != "file":
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
71 --qual-calibration '$consensus_options.settings.config_cond.calibration_param'
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
72 #else
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
73 #if $consensus_options.settings.config_cond.calibration_cond.calibration_file:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
74 --qual-calibration '$consensus_options.settings.config_cond.calibration_cond.calibration_file'
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
75 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
76 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
77 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
78 #end if
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
79
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
80 ### global options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
81 --min-depth $global_settings.minimum_depth
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
82 #for $i, $x in enumerate($global_settings.reg_repeat):
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
83 #set reg = '%s:%s-%s' % (str($x.reg), str($x.start), str($x.end))
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
84 -r "${reg}"
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
85 #end for
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
86
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
87
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
88 @REF_DATA@
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
89
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
90 ##### Output Options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
91 -l $output_options.line_len
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
92 $output_options.all
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
93 --show-del $output_options.show_deletions
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
94 --show-ins $output_options.show_insertions
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
95 $output_options.ambig
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
96 $output_options.mark_insertions
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
97 > $output_file
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
98 ]]></command>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
99 <!-- Parameters -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
100 <inputs>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
101 <!-- Basic options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
102 <param name="input" type="data" format="sam,bam,cram" label="BAM file"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
103 <param argument="--format" type="select" label="Output file type" help="Produce format FMT, with 'fastq', 'fasta' and 'pileup' as permitted options.">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
104 <option value="fasta" selected="true">FASTA</option>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
105 <option value="fastq">FASTQ</option>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
106 <option value="pileup">Pileup</option>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
107 </param>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
108 <!-- Preprocessing options (reads) -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
109 <section name="preprocessing_options" title="Preprocessing Options" expanded="no">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
110 <param name="minimum_MQ" argument="--min-MQ" type="integer" value="0" min="0" label="Minimum mapping quality" help="Filters out reads with a mapping quality below specified value"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
111 <param name="minimum_BQ" argument="--min-BQ" type="integer" value="0" min="0" label="Minimum base quality" help="Filters out bases with a base quality below specified value"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
112 <!-- Use macro for inclusive and axclusive flags -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
113 <expand macro="inclusive_filter_macro" token_argument="--rf"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
114 <expand macro="exclusive_filter_macro" token_argument="--ff"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
115 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
116 <!-- Consensus options Condetional -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
117 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
118 <param argument="--mode" type="select" label="Select the consensus algorithm" help="Choose the consensus algorithm. 'Simple' uses base counts to call consensus, 'Bayesian' applies a probabilistic model (Gap5) for higher accuracy, and 'Bayesian 1.16' reproduces the behavior of samtools consensus v1.16 for compatibility.">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
119 <option value="simple">Simple</option>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
120 <option value="bayesian" selected="true">Bayesian (Gap5)</option>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
121 <option value="bayesian_116">Bayesian 1.16</option>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
122 </param>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
123 <!-- simple mode options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
124 <when value="simple">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
125 <section name="settings" title="Settings" expanded="no">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
126 <param name="use_qual" argument="-q" type="boolean" truevalue="-q" falsevalue="" checked="false" label="Weight by base quality" help="Base counts are weighted by their Phred quality scores instead of counting each base equally. Improves consensus accuracy by giving higher weight to more confident base calls."/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
127 <param argument="-c" type="float" value="0.75" min="0" max="1" label="Minimum consensus fraction" help="Require at least C fraction of bases agreeing with the most likely consensus call to emit that base type. Failing this check will output 'N'"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
128 <param argument="-H" type="float" value="0.15" min="0" max="1" label="Heterozygous fraction threshold" help="Report a heterozygous base in the consensus if the second most frequent base occurs at least H fraction of the most common base. (Requires --ambig)"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
129 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
130 </when>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
131 <!-- bayesian mode options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
132 <when value="bayesian">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
133 <expand macro="bayesian_settings_macro"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
134 </when>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
135 <!-- bayesian 1.16 mode options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
136 <when value="bayesian_116">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
137 <expand macro="bayesian_settings_macro"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
138 </when>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
139 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
140 <!-- Gloabl Settings -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
141 <section name="global_settings" title="Global Settings" expanded="no">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
142 <param name="minimum_depth" argument="--min-depth" type="integer" value="1" label="Minimum depth" help="The minimum depth required to make a call. Failing this depth check will produce consensus 'N', or absent if it is an insertion. Note this check is performed after filtering by flags and mapping/base quality"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
143 <!-- region -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
144 <repeat name="reg_repeat" title="region" min="0" max="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
145 <param name="reg" type="text" optional="false" label="Region"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
146 <param name="start" type="integer" optional="true" label="Start"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
147 <param name="end" type="integer" optional="true" label="End"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
148 </repeat>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
149 <!-- use contional ref macro -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
150 <expand macro="optional_reference" token_argument="--reference" token_help="Select a reference genome to guide consensus generation."/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
151 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
152 <!-- Output Options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
153 <section name="output_options" title="Output Options" expanded="no">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
154 <param name="line_len" argument="-l" type="integer" value="70" label="Maximum line lenght" help="The maximum line length of line-wrapped fasta and fastq formats. Set to -1 for no line wrapping."/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
155 <param name="all" argument="-a" type="boolean" truevalue="-a" falsevalue="" checked="false" label="Output all positions" help="Output absolutely all positions, including references with no data aligned against them"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
156 <param name="show_deletions" argument="--show-del" type="boolean" truevalue="yes" falsevalue="no" checked="false" label="Show deletions" help="Whether to show deletions as '*' (if checked) or to omit from the output (if left unchecked)"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
157 <param name="show_insertions" argument="--show-ins" label="Show insertions" type="boolean" truevalue="yes" falsevalue="no" checked="true" help="Whether to show insertions in the consensus"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
158 <param argument="--ambig" type="boolean" truevalue="--ambig" falsevalue="" checked="false" label="IUPAC ambiguity codes" help="Enables IUPAC ambiguity codes in the consensus output. Without this the output will be limited to A, C, G, T, N and *"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
159 <param name="mark_insertions" argument="--mark-ins" type="boolean" truevalue="--mark-ins" falsevalue="" checked="false" label="Mark insertions" help="Mark insertions by adding an underscore before every inserted base, plus a corresponding character in the quality for fastq format. When used in conjunction with '-a' and '--show-del', this permits an easy derivation of the consensus to reference coordinate mapping"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
160 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
161 </inputs>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
162 <!-- Outputs -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
163 <outputs>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
164 <data name="output_file" format="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
165 <change_format>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
166 <when input="format" value="fasta" format="fasta" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
167 <when input="format" value="fastq" format="fastq" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
168 <when input="format" value="pileup" format="pileup" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
169 </change_format>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
170 </data>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
171 </outputs>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
172 <!-- Tests -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
173 <tests>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
174 <!-- 1) test format-->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
175 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
176 <param name="input" value="example.bam" ftype="bam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
177 <param name="format" value="fasta"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
178 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
179 <param name="line_len" value="70"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
180 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
181 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
182 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
183 <has_line_matching expression=">LR743429.1"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
184 <has_n_lines n="156"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
185 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
186 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
187 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
188 <!-- test pre-processing Options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
189 <!-- 2) test min BQ and min MQ -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
190 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
191 <param name="input" value="toy.sam" ftype="sam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
192 <section name="preprocessing_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
193 <param name="minimum_BQ" value="1"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
194 <param name="minimum_MQ" value="21"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
195 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
196 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
197 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
198 <has_line_matching expression="GGTTTTATAAAANAATTAAGTCTACAGAGCAACTA"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
199 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
200 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
201 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
202 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
203 <!-- 3) test include flags -rf -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
204 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
205 <param name="input" value="ex1.bam" ftype="bam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
206 <section name="preprocessing_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
207 <param name="inclusive_filter" value="2"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
208 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
209 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
210 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
211 <has_size size="3k" delta="1k"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
212 <has_n_lines n="46"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
213 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
214 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
215 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
216 <!-- test simple mode options -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
217 <!-- 4) test use qual-->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
218 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
219 <param name="input" value="ex1.bam" ftype="bam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
220 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
221 <param name="mode" value="simple"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
222 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
223 <param name="use_qual" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
224 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
225 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
226 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
227 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
228 <has_line_matching expression="CAAAAATAAAGAAAAAANTTTTAAAAATGAACAGAGCTTTCAAGAAGTATGAGATTATGTAAAGTAACTG"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
229 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
230 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
231 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
232 <!-- 5) test minimum call fraction -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
233 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
234 <param name="input" value="toy.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
235 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
236 <param name="mode" value="simple"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
237 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
238 <param name="c" value="0.9"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
239 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
240 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
241 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
242 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
243 <has_line_matching expression="AGGTTTTATNAAANAANTAANTCTACAGAGCAACTA"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
244 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
245 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
246 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
247 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
248 <!-- 6) test minimum hetro fraction -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
249 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
250 <param name="input" value="test.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
251 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
252 <param name="mode" value="simple"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
253 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
254 <param name="c" value="0.5"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
255 <param name="H" value="0.1"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
256 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
257 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
258 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
259 <param name="ambig" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
260 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
261 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
262 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
263 <has_line_matching expression="MACGTACGTA"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
264 <has_n_lines n="2"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
265 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
266 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
267 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
268 <!-- 7) test cutoff -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
269 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
270 <param name="input" value="toy.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
271 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
272 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
273 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
274 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
275 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
276 <param name="C" value="5"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
277 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
278 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
279 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
280 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
281 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
282 <has_line_matching expression="TTAGATAAAGAGGATAGCTGTAGGCTCAGCGCCAT"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
283 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
284 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
285 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
286 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
287 <!-- 8) test use MQ defaults -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
288 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
289 <param name="input" value="toy.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
290 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
291 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
292 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
293 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
294 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
295 <conditional name="mq_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
296 <param name="mq_param" value="--use-MQ"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
297 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
298 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
299 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
300 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
301 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
302 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
303 <has_line_matching expression="NNAGATAAAGAGGATAGCNNNNNNNNCAGCNNNNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
304 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
305 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
306 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
307 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
308 <!-- 9) test P-indel -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
309 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
310 <param name="input" value="consen1c.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
311 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
312 <param name="mode" value="bayesian_116"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
313 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
314 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
315 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
316 <param name="p_indel" value="0.01"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
317 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
318 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
319 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
320 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
321 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
322 <has_line_matching expression="CCTTTAACGAATTTCC"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
323 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
324 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
325 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
326 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
327 <!-- 10) test P-het -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
328 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
329 <param name="input" value="consen1c.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
330 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
331 <param name="mode" value="bayesian_116"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
332 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
333 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
334 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
335 <param name="p_indel" value="0.01"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
336 <param name="p_het" value="0.01"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
337 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
338 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
339 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
340 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
341 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
342 <has_line_matching expression="NNTTTNNNGNNTTTNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
343 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
344 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
345 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
346 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
347 <!-- 11) test low-high-MQ -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
348 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
349 <param name="input" value="consen1c.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
350 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
351 <param name="mode" value="bayesian_116"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
352 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
353 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
354 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
355 <conditional name="mq_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
356 <param name="mq_param" value="--use-MQ"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
357 <param name="low_mq" value="0"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
358 <param name="high_mq" value="60"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
359 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
360 <param name="p_indel" value="0.01"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
361 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
362 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
363 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
364 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
365 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
366 <has_line_matching expression="AAAAACCAACCAAAAA"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
367 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
368 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
369 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
370 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
371 <!-- 12) test het scale -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
372 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
373 <param name="input" value="consen1c.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
374 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
375 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
376 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
377 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
378 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
379 <param name="p_indel" value="0.2"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
380 <param name="hetero_scale" value="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
381 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
382 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
383 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
384 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
385 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
386 <has_line_matching expression="NNTTTNNNGNNTTTNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
387 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
388 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
389 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
390 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
391 <!-- test homopoly fix -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
392 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
393 <param name="input" value="ex1.bam" ftype="bam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
394 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
395 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
396 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
397 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
398 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
399 <param name="hom_fix" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
400 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
401 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
402 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
403 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
404 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
405 <has_line_matching expression="CAGCCTGGCTGTGGGGGNCGCAGTGGCTGAGGGGTGNAGAGCCGAGTCACGGGGTTGCCAGCACAGGGGC"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
406 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
407 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
408 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
409 <!-- 13) test homopoly score -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
410 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
411 <param name="input" value="ex1.bam" ftype="bam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
412 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
413 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
414 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
415 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
416 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
417 <param name="hom_score" value="0.3"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
418 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
419 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
420 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
421 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
422 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
423 <has_line_matching expression="CAGCCTGGCTGTGGGGGNCGCAGTGGCTGAGGGGTGNAGAGCCGAGTCACGGGGTTGCCAGCACAGGGGC"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
424 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
425 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
426 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
427 <!-- 14) test pre defined settings -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
428 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
429 <param name="input" value="consen1c.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
430 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
431 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
432 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
433 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
434 <param name="config_param" value="ultima"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
435 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
436 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
437 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
438 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
439 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
440 <has_line_matching expression="NNNNNNNNNNNNNNNNNNNNNNNNNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
441 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
442 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
443 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
444 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
445 <!-- test quality calibration -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
446 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
447 <param name="input" value="ex1.bam" ftype="bam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
448 <conditional name="consensus_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
449 <param name="mode" value="bayesian"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
450 <section name="settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
451 <conditional name="config_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
452 <param name="config_param" value="manual"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
453 <conditional name="calibration_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
454 <param name="calibration_param" value=":hifi"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
455 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
456 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
457 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
458 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
459 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
460 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
461 <has_line_matching expression="TTTGNTNNANCCCCTTGCAACAACCTTGAGAACCCCAGGGAATTTGTCAATGTCAGGGAAGGAGCATTTT"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
462 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
463 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
464 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
465 <!-- Global Settings
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
466 test min depth -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
467 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
468 <param name="input" value="toy.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
469 <section name="global_settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
470 <param name="minimum_depth" value="2"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
471 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
472 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
473 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
474 <has_line_matching expression="NGGTTTTATAAAANAANTAAGTCTACAGAGCAACTN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
475 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
476 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
477 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
478 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
479 <!-- test region -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
480 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
481 <param name="input" value="example.bam" ftype="bam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
482 <section name="global_settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
483 <repeat name="reg_repeat">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
484 <param name="reg" value="LR743429.1"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
485 <param name="start" value="1700"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
486 <param name="end" value="1900"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
487 </repeat>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
488 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
489 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
490 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
491 <has_line_matching expression="CCACCAAACAATCTGTTGTGGCTCTAGGGTCGCAGGAAGGTGCATTGCACCAAGCTCTGGCCGGAGCGAT"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
492 <has_size size="216" delta="10"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
493 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
494 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
495 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
496 <!-- test reference file -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
497 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
498 <param name="input" value="consen1c.sam" ftype="sam"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
499 <section name="global_settings">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
500 <conditional name="addref_cond">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
501 <param name="addref_select" value="history" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
502 <param name="ref" value="consen1c.fa" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
503 </conditional>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
504 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
505 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
506 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
507 <has_line_matching expression="NNNNNNNNNNTTAGGGNNNNNNNNNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
508 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
509 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
510 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
511 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
512 <!-- Output Options
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
513 test show deletions -->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
514 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
515 <param name="input" value="toy.sam" ftype="sam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
516 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
517 <param name="show_deletions" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
518 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
519 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
520 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
521 <has_text text="NNAGATAAAGAGGATAGCNN******NNNNN**NCAGCNNNNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
522 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
523 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
524 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
525 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
526 <!-- test show insertions-->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
527 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
528 <param name="input" value="toy.sam" ftype="sam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
529 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
530 <param name="show_insertions" value="false"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
531 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
532 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
533 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
534 <has_line_matching expression="NNAGATAAGATAGCNNNNNNNNCAGCNNNNN"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
535 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
536 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
537 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
538 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
539 <!-- test all parameter-->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
540 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
541 <param name="input" value="example.bam" ftype="bam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
542 <param name="format" value="fasta"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
543 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
544 <param name="line_len" value="70"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
545 <param name="all" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
546 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
547 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
548 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
549 <has_line_matching expression=">LR743429.1"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
550 <has_n_lines n="157"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
551 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
552 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
553 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
554 <!-- test ambiguity-->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
555 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
556 <param name="input" value="toy.sam" ftype="sam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
557 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
558 <param name="ambig" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
559 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
560 <output name="output_file" ftype="fasta">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
561 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
562 <has_text text="Y"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
563 <has_text text="W"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
564 <has_n_lines n="4"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
565 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
566 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
567 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
568 <!-- test mark insertions-->
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
569 <test expect_num_outputs="1">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
570 <param name="input" value="toy.sam" ftype="sam" />
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
571 <param name="format" value="fastq"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
572 <section name="output_options">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
573 <param name="mark_insertions" value="true"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
574 </section>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
575 <output name="output_file" ftype="fastq">
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
576 <assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
577 <has_text text="!!BB.BBB_$_5_$_55BBB$5!!!!!!!!5555!!!!!"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
578 <has_n_lines n="8"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
579 </assert_contents>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
580 </output>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
581 </test>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
582 </tests>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
583 <help><![CDATA[
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
584 **What it does**
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
585
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
586 Generate a consensus sequence from a SAM, BAM, or CRAM file based on the alignment records.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
587
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
588 **Mode**
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
589
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
590 Available modes are “simple” (frequency counting) and “bayesian” (Gap5-based) methods.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
591 The default is bayesian.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
592 For compatibility with Samtools v1.16 (which did not distinguish error types), you can use “bayesian 1.16” to reproduce the legacy behavior.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
593
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
594 For compatibility with older versions of Samtools (v1.16), the “bayesian_116” mode reproduces the previous consensus behavior, which does not distinguish between substitution and indel errors.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
595
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
596 **Bayesian configuration presets**
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
597
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
598 - **manual** – Manually set all parameters.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
599 - **hiseq** – Uses Illumina HiSeq calibration: `--qual-calibration :hiseq`.
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
600 - **hifi** – PacBio HiFi preset:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
601 `--qual-calibration :hifi --homopoly-fix 0.3 --low-MQ 5 --scale-MQ 1.5 --het-scale 0.37`
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
602 - **r10.4_sup** – Oxford Nanopore R10.4 super accuracy preset:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
603 `--qual-calibration :r10.4_sup --homopoly-fix 0.3 --low-MQ 5 --scale-MQ 1.5 --het-scale 0.37`
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
604 - **r10.4_dup** – Oxford Nanopore R10.4 duplex preset:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
605 `--qual-calibration :r10.4_dup --homopoly-fix 0.3 --low-MQ 5 --scale-MQ 1.5 --het-scale 0.37`
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
606 - **ultima** – Ultima Genomics preset:
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
607 `--qual-calibration :ultima --homopoly-fix 0.3 --low-MQ 10 --scale-MQ 2 --het-scale 0.37`
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
608 ]]></help>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
609 <expand macro="citations"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
610 <creator>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
611 <organization name="Galaxy Europe"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
612 <person givenName="Ahmad" familyName="Mahagna" url="https://github.com/Smkingsize"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
613 <person givenName="Saim" familyName="Momin" url="https://github.com/SaimMomin12"/>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
614 </creator>
65edd5a6002e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/samtools/samtools_consensus commit 8d2369dc1bdafc743920a155c508c20114ebe655
iuc
parents:
diff changeset
615 </tool>