Mercurial > repos > iuc > artic_minion
annotate 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 |
| rev | line source |
|---|---|
|
11
e40fa37c475b
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. |
|
e40fa37c475b
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 |
|
e40fa37c475b
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 |
|
e40fa37c475b
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 |
|
e40fa37c475b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
5 #TAB characters): |
|
e40fa37c475b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
6 # |
|
e40fa37c475b
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> |
|
e40fa37c475b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
8 # |
|
e40fa37c475b
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: |
|
e40fa37c475b
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 |
|
e40fa37c475b
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 |
|
e40fa37c475b
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 |
|
e40fa37c475b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
13 #TAB characters): |
|
e40fa37c475b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
14 # |
|
e40fa37c475b
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> |
|
e40fa37c475b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 20c6e3148d4adadc818754e77312cb11eb7af61e
iuc
parents:
diff
changeset
|
16 # |
|
e40fa37c475b
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: |
|
e40fa37c475b
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 |
