Skip to content

Commit dbad035

Browse files
Update README.md
1 parent a48eb4b commit dbad035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ chr1 3004041 3004206 chr1|3004041|3004206|L1_Rod:L1:LINE|+ 3685 +
4141

4242
Once everything is set up, you can run the SoloTE script with the configuration file:
4343
```
44-
python SoloTE_pipeline.py BAMfile Threads OutputName TEannotationBEDfile
44+
python SoloTE_pipeline.py BAMfile Threads OutputDir TEannotationBEDfile OutputPrefix
4545
```
4646
where
4747
- BAMfile: relative or full path to the CellRanger / STAR BAM file containing the CB and UB tags
4848
- Threads: Number of threads to use during the pipeline
49-
- OutputName: Name for output directory and pipeline files
49+
- OutputDir: Name for output directory
5050
- TEannotationBEDfile: Name of TE annotation file in BED format generated with convertRMOut_to_SoloTEinput.sh
51+
- OutputPrefix: Prefix for output files
5152

0 commit comments

Comments
 (0)