Mercurial > repos > iuc > artic_guppyplex
annotate 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 |
| rev | line source |
|---|---|
|
5
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
1 #Enter the model names in the second column, the platform name in the second and the path in the third. |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
2 #This file lists the locations and dbkeys of all the model files |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
3 #under the "models" directory (a directory that contains a directory |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
4 #for each build). This file has the format (white space characters are |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
5 #TAB characters): |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
6 # |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
7 #<id> <name> <platform> <path> |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
8 # |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
9 #So, all_model.loc could look something like this: |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
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 |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
11 #under the "clair3_models" directory (a directory that contains a directory |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
12 #for each build). This file has the format (white space characters are |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
13 #TAB characters): |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
14 # |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
15 #<unique_name> <platform> <sha256sum> <file_path> <source> |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
16 # |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
17 #So, clair3_models.loc could look something like this: |
|
301e84974e34
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
18 test_model ont $(dirname $(which run_clair3.sh))/models/r941_prom_hac_g360+g422 clair3 |
