Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/nf4_science/genomics/02_joint_calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ gatk HaplotypeCaller \
-ERC GVCF
```

Once this completes, you should have three files ending in `.g.vcf` in your work directory (one per sample) and their respective index files ending in `.g.vcf.idx`.
Once this completes, you should have three files ending in `.g.vcf` in your current directory (one per sample) and their respective index files ending in `.g.vcf.idx`.

### 0.3. Run joint genotyping

Expand Down
Loading