Skip to content

Commit

Permalink
temporary correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lerch-a committed Dec 19, 2024
1 parent 324ef6e commit 0b104de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Call Haplotypes
# call haplotype options
minCov <- 3
detectionLimit <- 1/100
minOccHap <- 2
minOccHap <- 1
minCovSample <- 25

# remove samples without reads
Expand All @@ -175,5 +175,7 @@ finalTab <- createFinalHaplotypTableDADA2(
minHaplotypCoverage = minCov, minReplicate = minOccHap,
detectability = detectionLimit, minSampleCoverage = minCovSample,
multithread=FALSE, pool="pseudo", OMEGA_A=1e-120)

write.csv(finalTab, file=file.path(outputDir, "finalHaplotypList_vDADA2.csv"), row.names=F)
```

0 comments on commit 0b104de

Please sign in to comment.