Skip to content

Commit

Permalink
Ignore hmm assets with precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Downie committed Nov 27, 2024
1 parent 54788be commit a5eff97
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ testing/
testing*
*.pyc
null/
co2footprint*
co2footprint*

1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ repos:
hooks:
- id: editorconfig-checker
alias: ec
exclude: .*\.hmm
3 changes: 2 additions & 1 deletion lib/TreeValProject.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ class TreeValProject {
file_locs.each{ full_file.append( new File( it ).getText() ) }

}
}
}

3 changes: 2 additions & 1 deletion lib/WorkflowTreeVal.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ class WorkflowTreeval {

return description_html
}
}
}

1 change: 1 addition & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
},
{
"$ref": "#/$defs/bin_refinement_options"
},
{
"$ref": "#/$defs/institutional_config_options"
},
Expand Down

0 comments on commit a5eff97

Please sign in to comment.