Mercurial > repos > iuc > artic_minion
comparison tool-data/models.loc.sample @ 11:e40fa37c475b 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:25 +0000 |
| parents | |
| children | 5e21557b2f70 |
comparison
equal
deleted
inserted
replaced
| 10:a95b78a8f211 | 11:e40fa37c475b |
|---|---|
| 1 #Enter the model names in the second column, the platform name in the second and the path in the third. | |
| 2 #This file lists the locations and dbkeys of all the model files | |
| 3 #under the "models" directory (a directory that contains a directory | |
| 4 #for each build). This file has the format (white space characters are | |
| 5 #TAB characters): | |
| 6 # | |
| 7 #<id> <name> <platform> <path> | |
| 8 # | |
| 9 #So, all_model.loc could look something like this: | |
| 10 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 | |
| 11 #under the "clair3_models" directory (a directory that contains a directory | |
| 12 #for each build). This file has the format (white space characters are | |
| 13 #TAB characters): | |
| 14 # | |
| 15 #<unique_name> <platform> <sha256sum> <file_path> <source> | |
| 16 # | |
| 17 #So, clair3_models.loc could look something like this: | |
| 18 test_model ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 clair3 |
