# HG changeset patch # User iuc # Date 1739981944 0 # Node ID c9218b9dc7f0508deca8b026ee4c24c27c5eec8c # Parent 3843a30053ee91a35e83f47e70e076b427cddc44 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clair3 commit ccc78578217953c215252489b28527182d7c9510 diff -r 3843a30053ee -r c9218b9dc7f0 clair3.xml --- a/clair3.xml Mon Sep 09 09:10:43 2024 +0000 +++ b/clair3.xml Wed Feb 19 16:19:04 2025 +0000 @@ -1,7 +1,7 @@ germline small variant caller for long-reads - 1.0.8 + 1.0.10 1 @@ -20,7 +20,11 @@ samtools faidx reference.fasta && #if $model_source.source == "datatable" - #set model_path = $model_source.model.fields.path + #set model_path = $model_source.model.fields.path + #if $model_source.model.fields.source == "rerio" and $ont_license_agree != "true" + echo "You must agree to the terms of the Oxford Nanopore Technologies, Ltd. Public License agreement to use Rerio models." >&2 && + exit 2 ; + #end if #end if #set $extension = $bam_input.ext ln -s '${$bam_input}' input_reads.$extension && @@ -93,6 +97,11 @@ + @@ -271,12 +280,44 @@ + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
10.1101/2021.12.29.474431 diff -r 3843a30053ee -r c9218b9dc7f0 test-data/clair3_models.loc --- a/test-data/clair3_models.loc Mon Sep 09 09:10:43 2024 +0000 +++ b/test-data/clair3_models.loc Wed Feb 19 16:19:04 2025 +0000 @@ -4,7 +4,8 @@ #for each build). This file has the format (white space characters are #TAB characters): # -# +# # #So, all_model.loc could look something like this: -test_model "the_model_name" ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 +test_model "the_model_name" ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 clair3 +r1041_e82_400bps_sup_v500 r1041_e82_400bps_sup_v500 ont /no/such/model rerio diff -r 3843a30053ee -r c9218b9dc7f0 test-data/full_alignment_1.vcf.gz Binary file test-data/full_alignment_1.vcf.gz has changed diff -r 3843a30053ee -r c9218b9dc7f0 test-data/merge_output_1.vcf.gz Binary file test-data/merge_output_1.vcf.gz has changed diff -r 3843a30053ee -r c9218b9dc7f0 test-data/output_cram_test.vcf.gz Binary file test-data/output_cram_test.vcf.gz has changed diff -r 3843a30053ee -r c9218b9dc7f0 test-data/phased_vcf_1.vcf.gz Binary file test-data/phased_vcf_1.vcf.gz has changed diff -r 3843a30053ee -r c9218b9dc7f0 test-data/pileup_1.vcf.gz Binary file test-data/pileup_1.vcf.gz has changed diff -r 3843a30053ee -r c9218b9dc7f0 tool-data/model.loc.sample --- a/tool-data/model.loc.sample Mon Sep 09 09:10:43 2024 +0000 +++ b/tool-data/model.loc.sample Wed Feb 19 16:19:04 2025 +0000 @@ -4,7 +4,8 @@ #for each build). This file has the format (white space characters are #TAB characters): # -# +# # #So, all_model.loc could look something like this: -#test_model "the_model_name" r941_prom_hac_g360+g422 $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 +#test_model r941_prom_hac_g360+g422 ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 clair3 +#r1041_e82_400bps_sup_v500 r1041_e82_400bps_sup_v500 ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 rerio diff -r 3843a30053ee -r c9218b9dc7f0 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Mon Sep 09 09:10:43 2024 +0000 +++ b/tool_data_table_conf.xml.sample Wed Feb 19 16:19:04 2025 +0000 @@ -1,8 +1,8 @@ - + - value, name, platform, path + value, name, platform, path, source
diff -r 3843a30053ee -r c9218b9dc7f0 tool_data_table_conf.xml.test --- a/tool_data_table_conf.xml.test Mon Sep 09 09:10:43 2024 +0000 +++ b/tool_data_table_conf.xml.test Wed Feb 19 16:19:04 2025 +0000 @@ -2,7 +2,7 @@
- value, name, platform, path + value, name, platform, path, source