Skip to content

Commit

Permalink
fix: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dialvarezs committed Oct 27, 2024
1 parent 05e3393 commit 3e49dbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results --binqc_tool checkm --checkm_db databases/checkm
checkm2:
name: Run single test to checkm2 due to database download
# Only run on push if this is the nf-core dev branch (merged PRs)
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/checkm2_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ workflow CHECKM2_QC {
emit:
summary = COMBINE_CHECKM2_TSV.out.combined
versions = ch_versions
}
}

0 comments on commit 3e49dbf

Please sign in to comment.