Skip to content

Commit

Permalink
Update minIon_workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lerch-a authored Nov 18, 2024
1 parent bc2d9cd commit e19f92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/minIon_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if(!dir.exists(outputDir))
dir.create(outputDir, recursive=T)

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

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

# create output subdirectory
Expand Down

0 comments on commit e19f92b

Please sign in to comment.