Previous changeset 3:918c8b94c8d8 (2023-04-10) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deepvariant commit d936ef547007b54a536787384cae90e98af2aede |
modified:
deepvariant.xml macros.xml |
b |
diff -r 918c8b94c8d8 -r 63b68fe4af85 deepvariant.xml --- a/deepvariant.xml Mon Apr 10 11:11:16 2023 +0000 +++ b/deepvariant.xml Tue Mar 05 08:10:46 2024 +0000 |
b |
@@ -56,7 +56,7 @@ <param name="history_item" type="data" format="fasta" label="Reference genome" help="A reference genome in FASTA format" /> </when> </conditional> - <param argument="--reads" type="data" format="BAM" label="BAM file" help="An aligned reads file in BAM format. The reads must be aligned to the reference genome" /> + <param argument="--reads" type="data" format="bam" label="BAM file" help="An aligned reads file in BAM format. The reads must be aligned to the reference genome" /> <param argument="--model_type" type="select" label="Model type" help="Type of model to use for variant calling"> <option value="WGS">WGS: Illumina whole genome sequencing</option> <option value="WES">WES: Illumina whole exome sequencing</option> |
b |
diff -r 918c8b94c8d8 -r 63b68fe4af85 macros.xml --- a/macros.xml Mon Apr 10 11:11:16 2023 +0000 +++ b/macros.xml Tue Mar 05 08:10:46 2024 +0000 |
b |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.5.0</token> - <token name="@SUFFIX_VERSION@">0</token> + <token name="@SUFFIX_VERSION@">1</token> <xml name="edam_ontology"> <edam_topics> <edam_topic>topic_0199</edam_topic> |