Skip to content

Commit 53e32c3

Browse files
authored
Merge pull request #2 from naturalis/toolshed_deploy
Toolshed deploy
2 parents 937d393 + ce1f33a commit 53e32c3

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

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_umi_isolation
2+
owner: luka
3+
description: "Accumulate all UMIs and output a tabular file, a BLAST file (fasta) and a zip file."
4+
long_description: |
5+
"Accumulate all UMIs and output a tabular file, a BLAST file (fasta) and a zip file.".
6+
remote_repository_url: https://github.com/naturalis/galaxy-tool-UMI-isolation.git
7+
homepage_url: https://github.com/naturalis/galaxy-tool-UMI-isolation.git
8+
type: unrestricted
9+
categories:
10+
- "Fasta Manipulation"
11+
auto_tool_repositories:
12+
name_template: naturalis_umi_isolation
13+
description_template: naturalis_umi_isolation

0 commit comments

Comments
 (0)