Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolinaPB authored Oct 28, 2021
1 parent 4ab5a03 commit bef171f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Tip: use the name of the bam file without the .bam extension as the sample name.
- PREFIX - prefix for the created files
- NUM_CHRS - number of chromosomes for your species (necessary for plink). ex: 38
- BWA_MEM_M - if you mapped your reads with `bwa mem` using the `-M` parameter and you want split read support in your VCF you need to run an extra step. For this write `Y`.
- If `BWA_MEM_M: Y` an extra step will be done: **split_disc_reads** to create the split and disc bam files before smoove call runs
- If `BWA_MEM_M: N` **split_disc_reads** will not run and the pipeline will start with the **smoove_call** step
For a more detailed explanation see [smoove SR support](https://carolinapb.github.io/2021-10-28-smoove-SR-support/)


If you want the results to be written to this directory (not to a new directory), comment out or remove
```
Expand Down

0 comments on commit bef171f

Please sign in to comment.