Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/galaxy-tool-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Galaxy Tool CI/CD Pipeline

on:
push:
branches: [ main, master ]
tags:
- 'v*'
pull_request:
branches: [ main, master ]
release:
types: [ published ]

jobs:
deploy:
uses: naturalis/galaxy-tools-ci-template/.github/workflows/galaxy-tool-ci-template.yaml@main
secrets: inherit
13 changes: 13 additions & 0 deletions .shed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: naturalis_translate_nucleotide
owner: luka
description: "Translate nucleotide sequences and count stop codons"
long_description: |
"Translate nucleotide sequences and count stop codons".
remote_repository_url: https://github.com/naturalis/galaxy-tool-nucleotide-translation.git
homepage_url: https://github.com/naturalis/galaxy-tool-nucleotide-translation.git
type: unrestricted
categories:
- "Sequence Analysis"
auto_tool_repositories:
name_template: naturalis_translate_nucleotide
description_template: naturalis_translate_nucleotide
2 changes: 1 addition & 1 deletion translatenucleotide.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="translator" name="Translate nucleotide sequences">
<tool id="translator" name="Translate nucleotide sequences" version="1.0">

<!-- "This xml now makes use of python3"-->

Expand Down