Closed evanroyrees closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit a3ab897
+| ✅ 62 tests passed |+
#| ❔ 34 tests were ignored |#
!| ❗ 9 tests had warnings |!
Merging #260 (a3ab897) into dev (b41802c) will increase coverage by
0.09%
. The diff coverage is36.11%
.
@@ Coverage Diff @@
## dev #260 +/- ##
==========================================
+ Coverage 27.59% 27.68% +0.09%
==========================================
Files 45 45
Lines 5349 5374 +25
==========================================
+ Hits 1476 1488 +12
- Misses 3873 3886 +13
Flag | Coverage Δ | |
---|---|---|
unittests | 27.68% <36.11%> (+0.09%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
autometa/validation/benchmark.py | 0.00% <0.00%> (ø) |
|
autometa/taxonomy/ncbi.py | 56.43% <56.52%> (+0.32%) |
: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 b41802c...a3ab897. Read the comment docs.
:art::snake: Add taxid conversion from
'unclassified'
to1
for taxon-profiling benchmarking :art: Change logger to only emit message iff taxid conversions are necessaryautometa v1 outputs an
'unclassified'
value for thetaxid
column if the contig is recovered asunclassified
...This change will convert the
unclassified
value to the root taxid (1
) prior to determination of classification metricsA
PerformanceWarning
was also being emittedThis is now no longer being emitted by replacing
with