From 1bf735de1bf3ddc258e83965b1c98b8a6d0f1d53 Mon Sep 17 00:00:00 2001 From: ekiernan <55763654+ekiernan@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:30:19 -0400 Subject: [PATCH] Update website/docs/Pipelines/PairedTag_Pipeline/README.md Co-authored-by: Nikelle Petrillo <38223776+nikellepetrillo@users.noreply.github.com> --- website/docs/Pipelines/PairedTag_Pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Pipelines/PairedTag_Pipeline/README.md b/website/docs/Pipelines/PairedTag_Pipeline/README.md index b71987ef33..7baa235e50 100644 --- a/website/docs/Pipelines/PairedTag_Pipeline/README.md +++ b/website/docs/Pipelines/PairedTag_Pipeline/README.md @@ -60,7 +60,7 @@ The Paired-Tag workflow inputs are specified in JSON configuration files. Exampl | Parameter name | Description | Type | | --- | --- | --- | | input_id | Unique identifier describing the biological sample or replicate that corresponds with the FASTQ files; can be a human-readable name or UUID. | String | -| nash_id | Optional identifier that can be used to demarcate the library aliquot or sample. | +| nhash_id | Optional identifier that can be used to demarcate the library aliquot or sample. | | counting_mode | Optional string that determines whether the Optimus (GEX) pipeline should be run in single-cell mode (sc_rna) or single-nucleus mode (sn_rna); default is "sn_rna". | String | | gex_r1_fastq | Array of read 1 FASTQ files representing a single GEX 10x library. | Array[File] | | gex_r2_fastq | Array of read 2 FASTQ files representing a single GEX 10x library.| Array[File] |