From fd5657ca6b1393c4ce4102029aad4b41688bc2d6 Mon Sep 17 00:00:00 2001 From: ziadbkh Date: Thu, 8 Aug 2024 14:54:23 +1000 Subject: [PATCH] fix readme --- README.md | 101 ++++++++++-------------------------------------------- 1 file changed, 18 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index 5d81cb26..63a92f26 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,7 @@ ## Introduction -<<<<<<< HEAD -**nf-core/proteinfold** is a bioinformatics pipeline that ... - - -======= **nf-core/proteinfold** is a bioinformatics best-practice analysis pipeline for Protein 3D structure prediction. ->>>>>>> 2c7b861f6e1883406260f1f0f45a0543bcc76927 The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from [nf-core/modules](https://github.com/nf-core/modules) in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community! @@ -50,26 +40,6 @@ On release, automated continuous integration tests run the pipeline on a full-si iv. [ColabFold](https://github.com/sokrypton/ColabFold) - MMseqs2 local search followed by ColabFold v. [ESMFold](https://github.com/facebookresearch/esm) - Regular ESM -<<<<<<< HEAD - -## Usage - -> [!NOTE] -> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data. - - - - - -======= If you use nf-core/proteinfold for your analysis, please cite it using the following doi: [10.5281/zenodo.7437038](https://doi.org/10.5281/zenodo.7437038) ->>>>>>> 2c7b861f6e1883406260f1f0f45a0543bcc76927 An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.