Closed samche42 closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit e500caa
+| ✅ 62 tests passed |+
#| ❔ 34 tests were ignored |#
!| ❗ 9 tests had warnings |!
Merging #280 (e500caa) into main (f514de8) will decrease coverage by
0.02%
. The diff coverage is1.56%
.
@@ Coverage Diff @@
## main #280 +/- ##
==========================================
- Coverage 27.72% 27.70% -0.03%
==========================================
Files 47 48 +1
Lines 5406 5469 +63
==========================================
+ Hits 1499 1515 +16
- Misses 3907 3954 +47
Flag | Coverage Δ | |
---|---|---|
unittests | 27.70% <1.56%> (-0.03%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
autometa/validation/cami.py | 0.00% <0.00%> (ø) |
|
autometa/common/external/bedtools.py | 58.49% <100.00%> (ø) |
|
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 f74b977...e500caa. Read the comment docs.
Hi @samche42, this is an invalid Pull Request, so I'm going to close this. If you'd like, we can meet briefly so that I may guide you in submitting a correctly formatted PR.
:shell: Add feature: New batch file scripts for documentation
PR checklist
Attached: Three new batch files that remove much of the data prep (Saved as txt files because *.sh files aren't supported apparently). autometa_bwa_kart.txt autometa_pairedend_builtin.txt autometa_spades.txt One for when spades was used for the assembly, one where coverage is calculated using bwa/kart/samtools and one that uses the built in autometa coverages option with paired-end data. The spades one has been tested and ran successfully on the KwanLab server. A second test is ongoing on the agrp server in SA with a different, much larger dataset.
Note: For autometa_bwa_kart.sh to work, bwa kart and samtools will need to be added to the autometa conda env set up.
If you are happy with the scripts, I can create a QuickStart guide much as I did for the nextflow workflow.