You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nf4_science/genomics/02_joint_calling.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ gatk HaplotypeCaller \
161
161
-ERC GVCF
162
162
```
163
163
164
-
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`.
164
+
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`.
165
165
166
166
### 0.3. Run joint genotyping
167
167
@@ -315,7 +315,7 @@ But look at that line about the missing output file. Notice anything?
315
315
316
316
That's right, we forgot to tell Nextflow to expect a new file name. Oops.
317
317
318
-
### 1.2. Update the output file extension in the process outputs block too
318
+
### 1.3. Update the output file extension in the process outputs block too
319
319
320
320
Because it's not enough to just change the file extension in the tool command itself, you also have to tell Nextflow that the expected output filename has changed.
0 commit comments