File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed
Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ name : naturalis_trim_otu_table
2+ owner : luka
3+ description : " Trim records from otu-table that don't meet set threshold values."
4+ long_description : |
5+ "Trim records from otu-table that don't meet set threshold values.".
6+ remote_repository_url : https://github.com/naturalis/galaxy-tool-otutab_trim.git
7+ homepage_url : https://github.com/naturalis/galaxy-tool-otutab_trim.git
8+ type : unrestricted
9+ categories :
10+ - " Sequence Analysis"
11+ auto_tool_repositories :
12+ name_template : naturalis_trim_otu_table
13+ description_template : naturalis_trim_otu_table
Original file line number Diff line number Diff line change 1- <tool id =" otutabtrim_minfreq" name =" Trim otutable" >
1+ <tool id =" otutabtrim_minfreq" name =" Trim otutable" version = " 1.0 " >
22<description ></description >
33<command >
44<![CDATA[
You can’t perform that action at this time.
0 commit comments