nf-core / circdna

Pipeline for the identification of extrachromosomal circular DNA (ecDNA) from Circle-seq, WGS, and ATAC-seq data that were generated from cancer and other eukaryotic cells.
https://nf-co.re/circdna
MIT License
26 stars 14 forks source link

Run Prettier linting #15

Closed ewels closed 2 years ago

ewels commented 2 years ago

Merge before https://github.com/nf-core/circdna/pull/13

Results of running prettier -w . for code linting. Should hopefully make the template sync merge easier.

github-actions[bot] commented 2 years ago

Markdown linting is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:

Once you push these changes the test should pass, and you can hide this comment :+1:

We highly recommend setting up markdownlint 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!

ewels commented 2 years ago

Tests will fail because the linter is different, it's ok to merge with failing tests.

Should hopefully be passing after #13 is merged 👍🏻