-
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.
Merge pull request #6 from EBI-Metagenomics/feature/restructure_outputs
Feature/restructure outputs
- Loading branch information
Showing
48 changed files
with
1,207 additions
and
476 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,36 @@ | ||
name: nf-test CI | ||
on: | ||
push: | ||
branches: | ||
- dev | ||
pull_request: | ||
release: | ||
types: [published] | ||
|
||
env: | ||
NXF_ANSI_LOG: false | ||
NFTEST_VER: "0.8.4" | ||
|
||
jobs: | ||
test: | ||
name: Run pipeline with test data | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out pipeline code | ||
uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 | ||
with: | ||
distribution: "temurin" | ||
java-version: "17" | ||
|
||
- name: Setup Nextflow | ||
uses: nf-core/setup-nextflow@v2 | ||
|
||
- name: Install nf-test | ||
uses: nf-core/setup-nf-test@v1 | ||
|
||
- name: Run pipeline with test data | ||
run: | | ||
nf-test test |
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 |
---|---|---|
@@ -1,32 +1,48 @@ | ||
repository_type: pipeline | ||
template: | ||
prefix: ebi-metagenomics | ||
skip: | ||
- ci | ||
- github_badges | ||
lint: | ||
files_exist: | ||
- CODE_OF_CONDUCT.md | ||
- assets/nf-core-miassembler_logo_light.png | ||
- docs/images/nf-core-miassembler_logo_light.png | ||
- docs/images/nf-core-miassembler_logo_dark.png | ||
- docs/output.md | ||
- docs/usage.md | ||
- .github/ISSUE_TEMPLATE/config.yml | ||
- .github/workflows/awstest.yml | ||
- .github/workflows/awsfulltest.yml | ||
- .github/workflows/branch.yml | ||
- .github/workflows/ci.yml | ||
- .github/workflows/linting_comment.yml | ||
- .github/workflows/linting.yml | ||
- conf/test_full.config | ||
- lib/Utils.groovy | ||
- lib/WorkflowMain.groovy | ||
- lib/NfcoreTemplate.groovy | ||
- lib/WorkflowMiassembler.groovy | ||
- lib/nfcore_external_java_deps.jar | ||
files_unchanged: | ||
- CODE_OF_CONDUCT.md | ||
- assets/nf-core-miassembler_logo_light.png | ||
- docs/images/nf-core-miassembler_logo_light.png | ||
- docs/images/nf-core-miassembler_logo_dark.png | ||
- .github/ISSUE_TEMPLATE/bug_report.yml | ||
- .github/CONTRIBUTING.md | ||
- LICENSE | ||
- docs/README.md | ||
- .gitignore | ||
multiqc_config: | ||
- report_comment | ||
nextflow_config: | ||
nextflow_config: False | ||
- params.input | ||
- params.validationSchemaIgnoreParams | ||
- params.custom_config_version | ||
- params.custom_config_base | ||
- manifest.name | ||
- manifest.homePage | ||
readme: | ||
- nextflow_badge | ||
repository_type: pipeline | ||
template: | ||
prefix: ebi-metagenomics | ||
skip: | ||
- ci | ||
- github_badges |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.