Skip to content

Commit 0ea1f02

Browse files
authored
Merge pull request #1 from naturalis/toolshed_deploy
Toolshed deploy
2 parents 8825205 + cc83f35 commit 0ea1f02

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Galaxy Tool CI/CD Pipeline
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
tags:
7+
- 'v*'
8+
pull_request:
9+
branches: [ main, master ]
10+
release:
11+
types: [ published ]
12+
13+
jobs:
14+
deploy:
15+
uses: naturalis/galaxy-tools-ci-template/.github/workflows/galaxy-tool-ci-template.yaml@main
16+
secrets: inherit

.shed.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: naturalis_add_metadata_otutable
2+
owner: duijker.d
3+
description: "Add metadata such as BLAST, LCA and translated output to an otutable."
4+
long_description: |
5+
"Add metadata such as BLAST, LCA and translated output to an otutable.".
6+
remote_repository_url: https://github.com/naturalis/galaxy-tool-add-metadata-otutable.git
7+
homepage_url: https://github.com/naturalis/galaxy-tool-add-metadata-otutable.git
8+
type: unrestricted
9+
categories:
10+
- "Sequence Analysis"
11+
auto_tool_repositories:
12+
name_template: naturalis_add_metadata_otutable
13+
description_template: naturalis_add_metadata_otutable

add_metadata_otutable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="Add metadata to otutable" name="Add metadata to otutable">
1+
<tool id="Add metadata to otutable" name="Add metadata to otutable" version="1.0">
22
<description></description>
33
<requirements>
44
<requirement type="package" version="3.8.2">python</requirement>

0 commit comments

Comments
 (0)