Skip to content

Commit 53d991b

Browse files
authored
Merge pull request #137 from griffithlab/docs_update
minor edit
2 parents 431d02f + a26d9f8 commit 53d991b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Rscript --vanilla filter_and_BH.R <tag>
106106
* **`all_splicing_variants*.bed`** - a file containing all of the variants that regtools identified as being associated with a junction for the given parameters used to run `cis-splice-effects identify`.
107107
* **`dir_names.tsv`** - a file containing a list of each of the sample directories with each directory on a new line. This can be obtained by using `ls samples/ > dir_names.tsv`. For this example, it would look like:
108108

109-
```bash
110-
Sample_1
111-
Sample_2
112-
```
109+
```bash
110+
Sample_1
111+
Sample_2
112+
```
113113

114114
* **`variants_all_sorted.vcf.gz`** - a compressed vcf file containing all variants from all samples.
115115
* **`variants_all_sorted.vcf.gz.tbi`** - an index file for the vcf file mentioned above.

0 commit comments

Comments
 (0)