Skip to content

Commit e19f92b

Browse files
authored
Update minIon_workflow.md
1 parent bc2d9cd commit e19f92b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/documentation/minIon_workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if(!dir.exists(outputDir))
5252
dir.create(outputDir, recursive=T)
5353

5454
# Copy example files to output directory
55-
file.copy(from=system.file(package="HaplotypR", "extdata/ex2"), to=".", recursive = T)
55+
file.copy(from=system.file(package="HaplotypR", "extdata/ex3"), to=".", recursive = T)
5656

5757
# List files example files in output direcoty
5858
dir(file.path("ex3"))
@@ -62,8 +62,8 @@ The following files should be listed with the last R command: "marker_file.txt",
6262
Run demultiplexing by sample and rename output files
6363
```R
6464
# set input file path
65-
primerFile <- "ex2/marker_file.txt"
66-
sampleFile <- "ex2/sample_file.txt"
65+
primerFile <- "ex3/marker_file.txt"
66+
sampleFile <- "ex3/sample_file.txt"
6767
reads <- list.files("ex3", pattern="reads", full.names = T)
6868

6969
# create output subdirectory

0 commit comments

Comments
 (0)