From 4eb8247c16896b0e608ac90ec1b5c9d88a4e4596 Mon Sep 17 00:00:00 2001 From: Siddarth Wekhande <42479997+sidwekhande@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:26:04 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c544421..d39c56c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Welcome to the IGVF Single Cell Pipeline repository. ## Introduction -This pipeline had been designed by the IGVF single-cell focus group for automated pre-processing and quality control of single-cell sequencing data. It supports native execution on the Terra/AnViL platform but can also be executed on both compute clusters with job submission engines as well as standalone machines, with built-in parallelization and distributed computing capabilities. +This pipeline has been designed by the IGVF single-cell focus group for automated pre-processing and quality control of single-cell sequencing data. It supports native execution on the Terra/AnVIL platform but can also be executed on both compute clusters with job submission engines as well as standalone machines, with built-in parallelization and distributed computing capabilities. The pipeline can be run with raw FASTQ files and a seqspec file describing them as inputs. The pipeline can handle ATAC and RNA modalities. Taking a seqspec in input makes the pipeline virtually suitable to process every library independently from the assay, protocol, library preparation or sequencing strategy used. The RNA and ATAC are processed and QC independently. If the dataset is multi-modal, a final step of joint QC is performed. The main outputs of the pipeline are a fragment file for the ATAC and a count matrix for RNA along side QC metrics and a HTML report. @@ -26,10 +26,10 @@ For more detailed documentation, please refer to our [Google Doc](https://docs.g ## Usage -To run the pipeline on Terra/Anvil go to the [dockstore page](https://dockstore.org/workflows/github.com/IGVF/single-cell-pipeline/IGVF-single_cell_pipeline:main?tab=info) and select export to Terra/Anvil +To run the pipeline on Terra/Anvil go to the [dockstore page](https://dockstore.org/workflows/github.com/IGVF/single-cell-pipeline/IGVF-single_cell_pipeline:main?tab=info) and select export to Terra/AnVIL -To run the pipeline locally you can refere to these [instructions](docs/install-pipeline-locally.org). +To run the pipeline locally you can refer to these [instructions](docs/install-pipeline-locally.org). ## Contributing