Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace tags strategy with implicit 'tags in test' strategy #253

Merged
merged 22 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ nextflow_function {

name "Test Functions"
script "subworkflows/local/utils_nfcore_fetchngs_pipeline/main.nf"
tag 'subworkflows'
tag 'utils_nfcore_fetchngs_pipeline'
tag 'subworkflows/utils_nfcore_fetchngs_pipeline'
tag "UTILS_NFCORE_FETCHNGS_PIPELINE"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxulysse is this the right tag? Too late on a Friday to confirm. Please check on Monday 😆

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes


test("Function isSraId") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ nextflow_workflow {
name "Test Workflow PIPELINE_COMPLETION"
script "subworkflows/local/utils_nfcore_fetchngs_pipeline/main.nf"
workflow "PIPELINE_COMPLETION"
tag 'subworkflows'
tag 'utils_nfcore_fetchngs_pipeline'
tag 'subworkflows/utils_nfcore_fetchngs_pipeline'
tag "PIPELINE_COMPLETION"

test("Should run") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ nextflow_workflow {
name "Test Workflow PIPELINE_INITIALISATION"
script "subworkflows/local/utils_nfcore_fetchngs_pipeline/main.nf"
workflow "PIPELINE_INITIALISATION"
tag 'subworkflows'
tag 'utils_nfcore_fetchngs_pipeline'
tag 'subworkflows/utils_nfcore_fetchngs_pipeline'
tag 'PIPELINE_INITIALISATION'

test("Should run") {

Expand Down

This file was deleted.

Loading