Closed BethYates closed 1 year ago
black
) is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:
black
: pip install black
black .
Once you push these changes the test should pass, and you can hide this comment :+1:
We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!
Thanks again for your contribution!
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 2fc66aa
+| ✅ 130 tests passed |+
#| ❔ 20 tests were ignored |#
!| ❗ 1 tests had warnings |!
Discussed with Beth – this PR is to add only the consistent csv to the template.
- Why does the subworkflow not emit anything? Also nothing is published in the results folder. Is the note document created not needed outside the pipeline?
I've changed this so that the note.docx partially completed template file is output to results/genomenote_info/note.docx
The tests are failing but go ahead and merge. The error is due to FASTK_FASTK
, this is an ongoing issue with how it works with scratch
space. I have a ticket to work on this next sprint.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).