Skip to content

Commit

Permalink
typo and finalTab table writing
Browse files Browse the repository at this point in the history
  • Loading branch information
lerch-a committed Dec 19, 2024
1 parent 5723b73 commit 001abb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/documentation/minIon_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ readsDir <- "ex3/read_dir_ex3"
outDeplexSample <- file.path(outputDir, "dePlexSample")
dir.create(outDeplexSample, recursive=T)

# load rename sample files and merge to a single file per sample if needed
# rename sample files and merge to a single file per sample if needed
sampleTab <- read.delim(sampleFile, stringsAsFactors=F)
dePlexSample <- mergeMinIONfiles(inDir=readsDir, outDir=outDeplexSample, sampleTab=sampleTab)

Expand Down Expand Up @@ -110,5 +110,6 @@ 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_vMinION.csv"), row.names=F)
```

0 comments on commit 001abb3

Please sign in to comment.