Mercurial > repos > iuc > artic_guppyplex
diff tool-data/models.loc.sample @ 5:301e84974e34 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
| author | iuc |
|---|---|
| date | Fri, 21 Feb 2025 22:12:35 +0000 |
| parents | |
| children | cb137e439d5d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/models.loc.sample Fri Feb 21 22:12:35 2025 +0000 @@ -0,0 +1,18 @@ +#Enter the model names in the second column, the platform name in the second and the path in the third. +#This file lists the locations and dbkeys of all the model files +#under the "models" directory (a directory that contains a directory +#for each build). This file has the format (white space characters are +#TAB characters): +# +#<id> <name> <platform> <path> +# +#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#This file lists the names and locations of all the clair3 model files +#under the "clair3_models" directory (a directory that contains a directory +#for each build). This file has the format (white space characters are +#TAB characters): +# +#<unique_name> <platform> <sha256sum> <file_path> <source> +# +#So, clair3_models.loc could look something like this: +test_model ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 clair3
