Closed evanroyrees closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit e547506
+| ✅ 62 tests passed |+
#| ❔ 34 tests were ignored |#
!| ❗ 9 tests had warnings |!
Merging #276 (e547506) into dev (6637426) will increase coverage by
0.10%
. The diff coverage is32.50%
.
@@ Coverage Diff @@
## dev #276 +/- ##
==========================================
+ Coverage 27.59% 27.70% +0.10%
==========================================
Files 45 48 +3
Lines 5349 5469 +120
==========================================
+ Hits 1476 1515 +39
- Misses 3873 3954 +81
Flag | Coverage Δ | |
---|---|---|
unittests | 27.70% <32.50%> (+0.10%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
autometa/config/databases.py | 0.00% <0.00%> (ø) |
|
autometa/taxonomy/lca.py | 8.79% <0.00%> (ø) |
|
autometa/validation/benchmark.py | 0.00% <0.00%> (ø) |
|
autometa/validation/cami.py | 0.00% <0.00%> (ø) |
|
autometa/binning/recursive_dbscan.py | 84.80% <28.57%> (ø) |
|
autometa/common/utilities.py | 22.69% <40.00%> (ø) |
|
autometa/taxonomy/ncbi.py | 56.43% <56.52%> (+0.32%) |
:arrow_up: |
autometa/common/kmers.py | 88.02% <71.42%> (-0.51%) |
:arrow_down: |
autometa/__main__.py | 86.95% <86.95%> (ø) |
|
autometa/__init__.py | 100.00% <100.00%> (ø) |
|
... and 5 more |
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 452b674...e547506. Read the comment docs.
:art: Add CAMI formatter to convert autometa results to bioboxes specs
The output from this entrypoint formats the respective Autometa results such that they are ready for submission to the CAMI benchmarking tools (AMBER and OPAL)
Example Help Text
Example Usage
PR checklist