Closed evanroyrees closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit a1ab25c
+| ✅ 62 tests passed |+
#| ❔ 34 tests were ignored |#
!| ❗ 9 tests had warnings |!
Merging #253 (a1ab25c) into dev (025b099) will increase coverage by
0.28%
. The diff coverage is28.57%
.
@@ Coverage Diff @@
## dev #253 +/- ##
==========================================
+ Coverage 27.30% 27.59% +0.28%
==========================================
Files 45 45
Lines 5336 5342 +6
==========================================
+ Hits 1457 1474 +17
+ Misses 3879 3868 -11
Flag | Coverage Δ | |
---|---|---|
unittests | 27.59% <28.57%> (+0.28%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
autometa/binning/recursive_dbscan.py | 84.80% <28.57%> (-1.68%) |
:arrow_down: |
autometa/binning/unclustered_recruitment.py | 91.84% <0.00%> (+8.69%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 539aa47...a1ab25c. Read the comment docs.
:snake: Add exit status code of
sys.exit(204)
forBinningError('no clusters recovered')
inautometa-binning
:snake::memo: Add extra warnings when this error is reached (i.e. Mentions as to why no clusters may have been recovered from this dataset and for the user to inspect their inputs).
:green_apple::bug: Previously if no clusters were recovered from a particular dataset, the entire workflow would terminate, even though this dataset should just be ignored for downstream processes.
:green_apple:
binning.nf
module already ignores204
exit status as this is 'no content', continuing with the other input datasets but ignoring this for downstream processes.