annotate naive_variant_caller.xml @ 7:f297269cbcd8 draft default tip

"planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
author blankenberg
date Thu, 05 Dec 2019 16:55:20 +0000
parents dac6381febb7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
1 <tool id="naive_variant_caller" name="Naive Variant Caller (NVC)" version="0.0.4">
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
2 <description> - tabulate variable sites from BAM datasets</description>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
3 <requirements>
6
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
4 <requirement type="package" version="0.0.4">nvc</requirement>
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
5 </requirements>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
6 <stdio>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
7 <exit_code range="1:" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
8 <exit_code range=":-1" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
9 </stdio>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
10 <version_command>naive_variant_caller.py --version</version_command>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
11 <command>naive_variant_caller.py
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
12 -o "${output_vcf}"
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
13
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
14 #for $input_bam in $reference_source.input_bams:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
15 -b '${input_bam.input_bam}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
16 -i '${input_bam.input_bam.metadata.bam_index}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
17 #end for
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
18
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
19 #if $reference_source.reference_source_selector != "history":
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
20 -r '${reference_source.ref_file.fields.path}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
21 #elif $reference_source.ref_file:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
22 -r '${reference_source.ref_file}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
23 #end if
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
24
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
25 #for $region in $regions:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
26 --region '${region.chromosome}:${region.start}-${region.end}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
27 #end for
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
28
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
29 #for $region_file in $region_files:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
30 --regions_filename '${region_file.input_region}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
31 --regions_file_columns '${int($region_file.input_region.metadata.chromCol)-1},${int($region_file.input_region.metadata.startCol)-1},${int($region_file.input_region.metadata.endCol)-1}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
32 #end for
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
33
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
34 ${variants_only}
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
35
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
36 ${use_strand}
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
37
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
38 --ploidy '${$ploidy}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
39
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
40 --min_support_depth '${min_support_depth}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
41
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
42 #if str($min_base_quality):
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
43 --min_base_quality '${min_base_quality}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
44 #end if
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
45
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
46 #if str($min_mapping_quality):
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
47 --min_mapping_quality '${min_mapping_quality}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
48 #end if
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
49
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
50 --allow_out_of_bounds_positions
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
51
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
52 #if str( $advanced_options.advanced_options_selector ) == "advanced":
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
53 #if str( $advanced_options.coverage_dtype ) != "guess":
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
54 --coverage_dtype '${advanced_options.coverage_dtype}'
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
55 #end if
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
56 ${advanced_options.safe}
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
57 #end if
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
58 </command>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
59 <inputs>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
60 <conditional name="reference_source">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
61 <param name="reference_source_selector" type="select" label="Choose the source for the reference list">
7
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
62 <option value="cached_fasta_indexes" selected="True">Locally cached</option>
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
63 <option value="history">History</option>
7
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
64 <option value="cached">Locally cached (deprecated source)</option>
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
65 </param>
7
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
66 <when value="cached_fasta_indexes">
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
67 <repeat name="input_bams" title="BAM file" min="1" >
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
68 <param name="input_bam" type="data" format="bam" label="BAM file">
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
69 <validator type="unspecified_build" />
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
70 <validator type="dataset_metadata_in_data_table" table_name="fasta_indexes" metadata_name="dbkey" metadata_column="dbkey" message="Sequences are not currently available for the specified build." /> <!-- fixme!!! this needs to be a select -->
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
71 </param>
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
72 </repeat>
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
73 <param name="ref_file" type="select" label="Using reference genome" >
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
74 <options from_data_table="fasta_indexes">
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
75 <!-- <filter type="data_meta" key="dbkey" ref="input_bam" column="dbkey"/> does not yet work in a repeat...-->
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
76 </options>
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
77 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
78 </param>
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
79 </when>
f297269cbcd8 "planemo upload for repository https://github.com/BlankenbergLab/galaxy-tools-blankenberg/tree/master/tools/naive_variant_caller commit 6f2b4ed336036cd98c043536e45905bcd3c93044"
blankenberg
parents: 6
diff changeset
80 <when value="cached"> <!-- deprecated, uses older samtools data table -->
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
81 <repeat name="input_bams" title="BAM file" min="1" >
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
82 <param name="input_bam" type="data" format="bam" label="BAM file">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
83 <validator type="unspecified_build" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
84 <validator type="dataset_metadata_in_data_table" table_name="sam_fa_indexes" metadata_name="dbkey" metadata_column="value" message="Sequences are not currently available for the specified build." /> <!-- fixme!!! this needs to be a select -->
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
85 </param>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
86 </repeat>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
87 <param name="ref_file" type="select" label="Using reference genome" >
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
88 <options from_data_table="sam_fa_indexes">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
89 <!-- <filter type="data_meta" key="dbkey" ref="input_bam" column="dbkey"/> does not yet work in a repeat...-->
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
90 </options>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
91 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
92 </param>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
93 </when>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
94 <when value="history"> <!-- FIX ME!!!! -->
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
95 <repeat name="input_bams" title="BAM file" min="1" >
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
96 <param name="input_bam" type="data" format="bam" label="BAM file" >
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
97 </param>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
98 </repeat>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
99 <param name="ref_file" type="data" format="fasta" label="Using reference file" optional="True" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
100 </when>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
101 </conditional>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
102
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
103 <repeat name="regions" title="Restrict to regions" min="0" >
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
104 <param name="chromosome" type="text" value="" optional="False" label="Chromosome" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
105 <param name="start" type="integer" value="" optional="True" label="Start" help="0-based, closed. (BED style)" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
106 <param name="end" type="integer" value="" optional="True" label="End" help="0-based, open. (BED style)" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
107 </repeat>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
108
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
109 <repeat name="region_files" title="Restrict to regions by file" min="0" >
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
110 <param name="input_region" type="data" format="interval" label="Genomic Regions" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
111 </repeat>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
112
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
113 <!-- TODO: enhance filtering -->
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
114 <param name="min_support_depth" type="integer" value="0" min="0" label="Minimum number of reads needed to consider a REF/ALT" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
115 <param name="min_base_quality" type="integer" value="" label="Minimum base quality" optional="True" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
116 <param name="min_mapping_quality" type="integer" value="" label="Minimum mapping quality" optional="True" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
117
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
118 <param name="ploidy" type="integer" value="2" min="1" label="Ploidy" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
119 <param name="variants_only" type="boolean" truevalue="--variants_only" falsevalue="" checked="False" label="Only write out positions with possible alternate alleles"/>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
120
6
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
121 <param name="use_strand" type="boolean" truevalue="--use_strand" falsevalue="" checked="True" label="Report counts by strand"/>
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
122
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
123 <conditional name="advanced_options">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
124 <param name="advanced_options_selector" type="select" label="Show Advanced Options">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
125 <option value="basic" selected="True">Hide Advanced Options</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
126 <option value="advanced">Show Advanced Options</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
127 </param>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
128 <when value="basic">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
129 <!-- Do nothing here -->
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
130 </when>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
131 <when value="advanced">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
132 <param name="coverage_dtype" type="select" label="Choose the dtype to use for storing coverage information" help="This affects the maximum recorded value for a position, e.g. uint8 would be 255 coverage, but will require the least amount of RAM">
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
133 <option value="guess" selected="True">Guess</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
134 <option value="uint8">uint8</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
135 <option value="uint16">uint16</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
136 <option value="uint32">uint32</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
137 <option value="uint64">uint64</option>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
138 </param>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
139 <param name="safe" type="boolean" truevalue="--safe" falsevalue="" checked="False" label="Be extra safe"/>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
140 </when>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
141 </conditional>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
142
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
143 </inputs>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
144 <outputs>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
145 <data format="vcf" name="output_vcf" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
146 </outputs>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
147 <tests>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
148 <test>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
149 <param name="reference_source_selector" value="history" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
150 <param name="input_bam" value="fake_phiX174_reads_1.bam" ftype="bam" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
151 <param name="ref_file" value="phiX174.fasta" ftype="fasta" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
152 <param name="regions" value="0" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
153 <param name="min_support_depth" value="0" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
154 <param name="min_base_quality" value="" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
155 <param name="min_mapping_quality" value="" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
156 <param name="ploidy" value="2" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
157 <param name="variants_only" value="False" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
158 <param name="use_strand" value="False" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
159 <param name="advanced_options_selector" value="advanced" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
160 <param name="coverage_dtype" value="uint8" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
161 <output name="output_vcf" file="fake_phiX174_reads_1_test_out_1.vcf" compare="contains" />
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
162 </test>
6
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
163 <test>
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
164 <param name="reference_source_selector" value="history" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
165 <param name="input_bam" value="fake_phiX174_reads_1.bam" ftype="bam" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
166 <param name="ref_file" value="phiX174.fasta" ftype="fasta" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
167 <param name="regions" value="0" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
168 <param name="min_support_depth" value="0" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
169 <param name="min_base_quality" value="" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
170 <param name="min_mapping_quality" value="" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
171 <param name="ploidy" value="2" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
172 <param name="variants_only" value="False" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
173 <param name="use_strand" value="True" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
174 <param name="advanced_options_selector" value="advanced" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
175 <param name="coverage_dtype" value="uint8" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
176 <output name="output_vcf" file="fake_phiX174_reads_1_test_out_2.vcf" compare="contains" />
dac6381febb7 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit 56487ac8b5d91755e44d4e326105cdb9e409a66c
blankenberg
parents: 5
diff changeset
177 </test>
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
178 </tests>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
179 <help>
5
cc38377fc998 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit dfca863a9a361877d6d98b92072f1ebc316c5767
blankenberg
parents: 4
diff changeset
180 The **Naive Variant Caller** tool (NVC).
cc38377fc998 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit dfca863a9a361877d6d98b92072f1ebc316c5767
blankenberg
parents: 4
diff changeset
181
cc38377fc998 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit dfca863a9a361877d6d98b92072f1ebc316c5767
blankenberg
parents: 4
diff changeset
182 ------
cc38377fc998 planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit dfca863a9a361877d6d98b92072f1ebc316c5767
blankenberg
parents: 4
diff changeset
183
4
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
184 **What it does**
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
185
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
186 This tool is a naive variant caller that processes aligned sequencing reads from the BAM format and produces a VCF file containing per position variant calls. This tool allows multiple BAM files to be provided as input and utilizes read group information to make calls for individual samples.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
187
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
188 User configurable options allow filtering reads that do not pass mapping or base quality thresholds and minimum per base read depth; user's can also specify the ploidy and whether to consider each strand separately.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
189
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
190 In addition to calling alternate alleles based upon simple ratios of nucleotides at a position, per base nucleotide counts are also provided. A custom tag, NC, is used within the Genotype fields. The NC field is a comma-separated listing of nucleotide counts in the form of &lt;nucleotide&gt;=&lt;count&gt;, where a plus or minus character is prepended to indicate strand, if the strandedness option was specified.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
191
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
192
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
193 ------
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
194
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
195 **Inputs**
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
196
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
197 Accepts one or more BAM input files and a reference genome from the built-in list or from a FASTA file in your history.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
198
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
199
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
200 **Outputs**
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
201
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
202 The output is in VCF format.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
203
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
204 Example VCF output line, without reporting by strand:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
205 ``chrM 16029 . T G,A,C . . AC=15,9,5;AF=0.00155311658729,0.000931869952371,0.000517705529095 GT:AC:AF:NC 0/0:15,9,5:0.00155311658729,0.000931869952371,0.000517705529095:A=9,C=5,T=9629,G=15,``
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
206
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
207 Example VCF output line, when reporting by strand:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
208 ``chrM 16029 . T G,A,C . . AC=15,9,5;AF=0.00155311658729,0.000931869952371,0.000517705529095 GT:AC:AF:NC 0/0:15,9,5:0.00155311658729,0.000931869952371,0.000517705529095:+T=3972,-A=9,-C=5,-T=5657,-G=15,``
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
209
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
210 **Options**
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
211
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
212 Reference Genome:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
213
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
214 Ensure that you have selected the correct reference genome, either from the list of built-in genomes or by selecting the corresponding FASTA file from your history.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
215
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
216 Restrict to regions:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
217
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
218 You can specify any number of regions on which you would like to receive results. You can specify just a chromosome name, or a chromosome name and start postion, or a chromosome name and start and end position for the set of desired regions.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
219
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
220 Minimum number of reads needed to consider a REF/ALT:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
221
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
222 This value declares the minimum number of reads containing a particular base at each position in order to list and use said allele in genotyping calls. Default is 0.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
223
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
224 Minimum base quality:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
225
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
226 The minimum base quality score needed for the position in a read to be used for nucleotide counts and genotyping. Default is no filter.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
227
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
228 Minimum mapping quality:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
229
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
230 The minimum mapping quality score needed to consider a read for nucleotide counts and genotyping. Default is no filter.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
231
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
232 Ploidy:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
233
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
234 The number of genotype calls to make at each reported position.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
235
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
236 Only write out positions with possible alternate alleles:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
237
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
238 When set, only positions which have at least one non-reference nucleotide which passes declare filters will be present in the output.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
239
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
240 Report counts by strand:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
241
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
242 When set, nucleotide counts (NC) will be reported in reference to the aligned read's source strand. Reported as: &lt;strand&gt;&lt;BASE&gt;=&lt;COUNT&gt;.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
243
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
244 Choose the dtype to use for storing coverage information:
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
245
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
246 This controls the maximum depth value for each nucleotide/position/strand (when specified). Smaller values require the least amount of memory, but have smaller maximal limits.
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
247
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
248 +--------+----------------------------+
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
249 | name | maximum coverage value |
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
250 +========+============================+
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
251 | uint8 | 255 |
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
252 +--------+----------------------------+
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
253 | uint16 | 65,535 |
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
254 +--------+----------------------------+
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
255 | uint32 | 4,294,967,295 |
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
256 +--------+----------------------------+
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
257 | uint64 | 18,446,744,073,709,551,615 |
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
258 +--------+----------------------------+
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
259
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
260
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
261 </help>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
262 <citations>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
263 <citation type="doi">10.1186/gb4161</citation>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
264 </citations>
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
265
ed9c6873c73c planemo upload for repository https://github.com/blankenberg/tools-blankenberg/tree/master/tools/naive_variant_caller commit a1f39a3e28911591f6a1ed58a43e95e0baf5e750
blankenberg
parents:
diff changeset
266 </tool>