Skip to content

Commit

Permalink
doc reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Jul 15, 2024
1 parent 7807103 commit ad7d2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/Pipelines/ATAC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ATAC can be deployed using [Cromwell](https://cromwell.readthedocs.io/en/stable/
## Input Variables
The following describes the inputs of the ATAC workflow. For more details on how default inputs are set for the Multiome workflow, see the [Multiome overview](../Multiome_Pipeline/README).

| Variable name | Description |
| --- |-----------------------------------------------------------------------------------------------------------------|
| Variable name | Description |
| --- |--- |
| read1_fastq_gzipped | Fastq inputs (array of compressed read 1 FASTQ files). |
| read2_fastq_gzipped | Fastq inputs (array of compressed read 2 FASTQ files containing cellular barcodes). |
| read3_fastq_gzipped | Fastq inputs (array of compressed read 3 FASTQ files). |
Expand Down
4 changes: 2 additions & 2 deletions website/docs/Pipelines/PairedTag_Pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /Pipelines/PairedTag_Pipeline/README
# Paired-Tag Overview

| Pipeline Version | Date Updated | Documentation Author | Questions or Feedback |
|:-------------------------------------------------------------------:| :---: | :----: | :--------------: |
|:---:| :---: | :---: | :---: |
| [PairedTag_v1.0.1](https://github.com/broadinstitute/warp/releases) | June, 2024 | Kaylee Mathews | Please file GitHub issues in warp or contact [documentation authors](mailto:[email protected]) |


Expand Down Expand Up @@ -91,7 +91,7 @@ The Paired-Tag workflow inputs are specified in JSON configuration files. Exampl
The Paired-Tag workflow calls two WARP subworkflows and an additional task which are described briefly in the table below. For more details on each subworkflow and task, see the documentation and WDL scripts linked in the table.

| Subworkflow/Task | Software | Description |
| ----------- | -------- | ----------- |
| --- | --- | --- |
| Optimus ([WDL](https://github.com/broadinstitute/warp/blob/develop/pipelines/skylab/optimus/Optimus.wdl) and [documentation](../Optimus_Pipeline/README)) | fastqprocess, STARsolo, Emptydrops | Workflow used to analyze 10x single-cell GEX data. |
| PairedTagDemultiplex as demultiplex ([WDL](https://github.com/broadinstitute/warp/blob/develop/tasks/skylab/PairedTagUtils.wdl)) | UPStools | Task used to check the length of the read2 FASTQ (should be either 27 or 24 bp). If `preindex` is set to true, the task will perform demultiplexing of the 3-bp sample barcode from the read2 ATAC fastq files and stores it in the readname. It will then perform barcode orientation checking. The ATAC workflow will then add a combined 3 bp sample barcode and cellular barcode to the BB tag of the BAM. If `preindex` is false and then length is 27 bp, the task will perform trimming and subsequent barcode orientation checking. |
| ATAC ([WDL](https://github.com/broadinstitute/warp/blob/develop/pipelines/skylab/multiome/atac.wdl) and [documentation](../ATAC/README)) | fastqprocess, bwa-mem, SnapATAC2 | Workflow used to analyze single-nucleus paired-tag DNA (histone modifications) data. |
Expand Down

0 comments on commit ad7d2a8

Please sign in to comment.