Closed evanroyrees closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 6045c44
+| ✅ 62 tests passed |+
#| ❔ 34 tests were ignored |#
!| ❗ 9 tests had warnings |!
Merging #273 (6045c44) into main (b41802c) will increase coverage by
0.13%
. The diff coverage is58.75%
.
@@ Coverage Diff @@
## main #273 +/- ##
==========================================
+ Coverage 27.59% 27.72% +0.13%
==========================================
Files 45 47 +2
Lines 5349 5406 +57
==========================================
+ Hits 1476 1499 +23
- Misses 3873 3907 +34
Flag | Coverage Δ | |
---|---|---|
unittests | 27.72% <58.75%> (+0.13%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
autometa/common/utilities.py | 22.69% <ø> (ø) |
|
autometa/taxonomy/lca.py | 8.79% <0.00%> (ø) |
|
autometa/validation/benchmark.py | 0.00% <0.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%> (ø) |
|
autometa/binning/unclustered_recruitment.py | 83.15% <0.00%> (-8.70%) |
:arrow_down: |
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 a80cb22...6045c44. Read the comment docs.
[2.1.0] - 2022-05-12
Added
autometa
entrypoint to retrieve info on--citation
,--version
and no argument lists other autometa commandsdelnodes.dmp
for any taxids retrieved from blast output and convert to root (taxid=1)Fixed
$coverage
to$coverages
and$clustering_method
to$cluster_method
inworkflows/autometa.sh
kwargs
in kmersembed(..., *kwargs)
functionn_jobs
to kmersembed(..., n_jobs=1)
functionparams.autometa_image_tag
tomock_data_reporter
processparams.autometa_image_tag
toget_genomes_for_mock
processDependencies
Removed
tests/requirements.txt
and consolidated totests/environment.yml