# HG changeset patch # User iuc # Date 1739981933 0 # Node ID 2c0989f0990c80ead023bc7179125e0edc1d3846 # Parent 44914678d18fdcbd9762bbb60b3917011f452c72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clair3 commit ccc78578217953c215252489b28527182d7c9510 diff -r 44914678d18f -r 2c0989f0990c clair3.xml --- a/clair3.xml Mon Sep 09 09:10:33 2024 +0000 +++ b/clair3.xml Wed Feb 19 16:18:53 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 44914678d18f -r 2c0989f0990c test-data/clair3_models.loc --- a/test-data/clair3_models.loc Mon Sep 09 09:10:33 2024 +0000 +++ b/test-data/clair3_models.loc Wed Feb 19 16:18:53 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 44914678d18f -r 2c0989f0990c test-data/full_alignment_1.vcf.gz Binary file test-data/full_alignment_1.vcf.gz has changed diff -r 44914678d18f -r 2c0989f0990c test-data/merge_output_1.vcf.gz Binary file test-data/merge_output_1.vcf.gz has changed diff -r 44914678d18f -r 2c0989f0990c test-data/output_cram_test.vcf.gz Binary file test-data/output_cram_test.vcf.gz has changed diff -r 44914678d18f -r 2c0989f0990c test-data/phased_vcf_1.vcf.gz Binary file test-data/phased_vcf_1.vcf.gz has changed diff -r 44914678d18f -r 2c0989f0990c test-data/pileup_1.vcf.gz Binary file test-data/pileup_1.vcf.gz has changed diff -r 44914678d18f -r 2c0989f0990c tool-data/model.loc.sample --- a/tool-data/model.loc.sample Mon Sep 09 09:10:33 2024 +0000 +++ b/tool-data/model.loc.sample Wed Feb 19 16:18:53 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 44914678d18f -r 2c0989f0990c tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Mon Sep 09 09:10:33 2024 +0000 +++ b/tool_data_table_conf.xml.sample Wed Feb 19 16:18:53 2025 +0000 @@ -1,8 +1,8 @@ - + - value, name, platform, path + value, name, platform, path, source
diff -r 44914678d18f -r 2c0989f0990c tool_data_table_conf.xml.test --- a/tool_data_table_conf.xml.test Mon Sep 09 09:10:33 2024 +0000 +++ b/tool_data_table_conf.xml.test Wed Feb 19 16:18:53 2025 +0000 @@ -2,7 +2,7 @@
- value, name, platform, path + value, name, platform, path, source