forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
136 changed files
with
10,784 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"shedcomp": { | ||
"prefix": "shed_component", | ||
"body": [ | ||
"<script setup lang=\"ts\">", | ||
"\t$0", | ||
"</script>", | ||
"<template>", | ||
"</template>" | ||
], | ||
"description": "outline of a tool shed component" | ||
}, | ||
"shedpage": { | ||
"prefix": "shed_page", | ||
"body": [ | ||
"<script setup lang=\"ts\">", | ||
"import PageContainer from \"@/components/PageContainer.vue\"", | ||
"</script>", | ||
"<template>", | ||
" <page-container>", | ||
" $0", | ||
" </page-container>", | ||
"</template>" | ||
], | ||
"description": "outline of a tool shed page" | ||
}, | ||
"shedfetcher": { | ||
"prefix": "shed_fetcher", | ||
"body": [ | ||
"import { fetcher } from \"@/schema\"", | ||
"const fetcher = fetcher.path(\"$1\").method(\"get\").create()" | ||
], | ||
"description": "Import shed fetcher and instantiate with a path" | ||
}, | ||
"shedrouter": { | ||
"prefix": "shed_router", | ||
"body": [ | ||
"import router from \"@/router\"" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.