Skip to content

Commit

Permalink
Merge pull request #5 from phac-nml/fix/lint
Browse files Browse the repository at this point in the history
Fixing Lint Problems
  • Loading branch information
emarinier authored Mar 7, 2025
2 parents bcd7a00 + 99c29b7 commit 1c9fcd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 76 deletions.
3 changes: 3 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ lint:
- lib/WorkflowMain.groovy
- lib/NfcoreTemplate.groovy
- lib/WorkflowMetadatatransformation.groovy
- conf/igenomes_ignored.config
- ro-crate-metadata.json
files_unchanged:
- assets/sendmail_template.txt
- assets/email_template.html
Expand All @@ -34,6 +36,7 @@ lint:
- params.max_cpus
- params.max_memory
- params.max_time
- nf-schema
readme:
- nextflow_badge

Expand Down
31 changes: 0 additions & 31 deletions modules/local/samplesheet_check.nf

This file was deleted.

2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/phac-nml/metadatatransformation/main/nextflow_schema.json",
"title": "phac-nml/metadatatransformation pipeline parameters",
"description": "IRIDA Next Example Pipeline",
"description": "Metadata Transformation Pipeline",
"type": "object",
"definitions": {
"input_output_options": {
Expand Down
44 changes: 0 additions & 44 deletions subworkflows/local/input_check.nf

This file was deleted.

0 comments on commit 1c9fcd4

Please sign in to comment.